Skip to content

Commit ad24ee0

Browse files
authored
Upgrade GitHub Actions versions in check.yml
Updated actions/checkout and actions/cache versions in workflow.
1 parent 178263b commit ad24ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v5
2323
with:
2424
submodules: true
2525

2626
- name: Restore lychee cache
27-
uses: actions/cache@v4.0.2
27+
uses: actions/cache@v4
2828
with:
2929
path: .lycheecache
3030
key: cache-lychee-${{ github.sha }}
@@ -55,7 +55,7 @@ jobs:
5555
contents: read
5656
steps:
5757
- name: checkout
58-
uses: actions/checkout@v4.1.1
58+
uses: actions/checkout@v5
5959

6060
- name: Spellcheck
6161
uses: rojopolis/spellcheck-github-actions@0.38.0

0 commit comments

Comments
 (0)