Skip to content

Commit 651aa6c

Browse files
authored
Merge pull request #39 from frc6506/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents b766b47 + 33712c8 commit 651aa6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/imageActions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github.event.pull_request.head.repo.full_name == github.repository)
3636
steps:
3737
- name: Checkout Branch
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
- name: Compress Images
4040
id: calibre
4141
uses: calibreapp/image-actions@main

.github/workflows/markdownwonLinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515

1616
- name: Lint files
1717
uses: docker://avtodev/markdown-lint:v1 # fastest way

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
# The checkout step
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: rojopolis/[email protected]
1414
name: Spellcheck
1515
with:

0 commit comments

Comments
 (0)