Skip to content

Commit 2f18e1c

Browse files
committed
chore(deps): update github actions
1 parent 24ce6ce commit 2f18e1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_dev_docs_to_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: "22"
5959

6060
- name: Cache dependencies
61-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
61+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6262
with:
6363
path: ~/.npm
6464
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo ${{ env.PR_NUMBER }} > ../artifact-payload/pr_number.txt
7575
7676
- name: Upload Artifact
77-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
77+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7878
with:
7979
name: cf-preview-data
8080
path: artifact-payload/

.github/workflows/link_checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Restore lychee cache
5656
if: steps.changed-files.outputs.HAS_CHANGES == 'true'
57-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
57+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5858
with:
5959
path: .lycheecache
6060
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)