Skip to content

Commit 021d0ea

Browse files
authored
Merge pull request #29 from frc6506/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents eb1999c + efd4d8b commit 021d0ea

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@v3
38+
uses: actions/checkout@v4
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@v3
14+
uses: actions/checkout@v4
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@v3
12+
- uses: actions/checkout@v4
1313
- uses: rojopolis/[email protected]
1414
name: Spellcheck
1515
with:

0 commit comments

Comments
 (0)