Skip to content

Commit d72c5b8

Browse files
authored
Merge pull request #171 from rojopolis/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b1c923f + 8defd76 commit d72c5b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Build the Docker image
1515
run: docker build . --file Dockerfile --tag spellcheck:$(date +%s)

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Markdownlint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: nosborn/[email protected]
1212
name: Markdownlint
1313
with:

.github/workflows/spelling_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
# The checkout step
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- uses: rojopolis/spellcheck-github-actions@v0
1919
name: Spellcheck

0 commit comments

Comments
 (0)