Skip to content

Commit 1415cd9

Browse files
build(deps): bump actions/checkout from 4 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent f6788b8 commit 1415cd9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/json-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: Run Super-Linter

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
packages: write
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v6
3434

3535
- name: Login to GitHub Container Registry
3636
uses: docker/login-action@v3

0 commit comments

Comments
 (0)