Skip to content

Commit af51610

Browse files
dependabot[bot]afrittoli
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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 92da6f0 commit af51610

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
# Full git history is needed to get a proper list of changed files within `super-linter`
2424
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout Code
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
- name: Set up Node
5656
uses: actions/setup-node@v6
5757
with:
@@ -70,6 +70,6 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Checkout Code
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
- name: Spellcheck
7575
uses: rojopolis/spellcheck-github-actions@0.53.0

0 commit comments

Comments
 (0)