Skip to content

Commit a1a16c7

Browse files
authored
Merge pull request #1427 from deining/bump-github-action
docu: bump GitHub checkout action
2 parents 9f99fb8 + cb8d2e7 commit a1a16c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
See also [benchmarks](../benchsuite/runs).
2828

29-
[JSON Lines]: http://jsonlines.org/
29+
[JSON Lines]: https://jsonlines.org/
3030
[scspell3k]: https://github.com/myint/scspell
3131
[misspell-go]: https://github.com/client9/misspell
3232
[codespell]: https://github.com/codespell-project/codespell

docs/github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Actions Repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Spell Check Repo
2525
uses: crate-ci/typos@v1.39.2
2626
```
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout Actions Repository
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
6464
- name: Check spelling of file.txt
6565
uses: crate-ci/typos@v1.39.2

0 commit comments

Comments
 (0)