Skip to content

Commit c21c136

Browse files
committed
update actions versions
1 parent e1e6207 commit c21c136

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
- name: Restore lychee (linkcheck) cache
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: .lycheecache
2727
key: cache-lychee-${{ github.sha }}
2828
restore-keys: cache-lychee-
2929

3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232

3333
# Install newer python and pip
3434
- uses: actions/setup-python@v4
@@ -46,7 +46,7 @@ jobs:
4646

4747
# link check of html
4848
- name: Run lychee
49-
uses: lycheeverse/lychee-action@v1.5.4
49+
uses: lycheeverse/lychee-action@v2.3.0
5050
with:
5151
fail: true
5252
args: --cache --max-cache-age 1d './**/*.html' --timeout 40

0 commit comments

Comments
 (0)