mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Bump actions/checkout from 2 to 6 (#1799)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
440ded0727
commit
92836bf377
3 changed files with 3 additions and 3 deletions
2
.github/workflows/caniuse-update.yml
vendored
2
.github/workflows/caniuse-update.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Configure git
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-node@v2
|
||||
- run: yarn install
|
||||
- run: yarn lint
|
||||
|
|
|
|||
2
.github/workflows/validate-team-json.yml
vendored
2
.github/workflows/validate-team-json.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Validate team.json
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v6
|
||||
- name: Validate JSON format
|
||||
run: |
|
||||
if ! jq empty public/team.json 2>/dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue