We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c923f + 8defd76 commit d72c5b8Copy full SHA for d72c5b8
.github/workflows/docker-build.yml
@@ -10,6 +10,6 @@ jobs:
10
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Build the Docker image
15
run: docker build . --file Dockerfile --tag spellcheck:$(date +%s)
.github/workflows/markdownlint.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Markdownlint
8
runs-on: ubuntu-latest
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: nosborn/[email protected]
with:
.github/workflows/spelling_action.yml
@@ -13,7 +13,7 @@ jobs:
# The checkout step
16
17
18
- uses: rojopolis/spellcheck-github-actions@v0
19
name: Spellcheck
0 commit comments