Skip to content

Commit 32d7ea3

Browse files
chore(deps): update patch-grouped (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c981ee commit 32d7ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
name: links-check
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919

2020
- name: Get Current Timestamp
2121
id: timestamp
2222
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"
2323

2424
- name: Restore lychee cache
25-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
25+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee-${{ env.TIMESTAMP }}

0 commit comments

Comments
 (0)