Skip to content

Commit 91758e3

Browse files
committed
chore(deps): update github actions
1 parent 5b25ce0 commit 91758e3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/cloudflare_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535
with:
3636
ref: 'cloudflare-pages'
3737
- name: Cleanup

.github/workflows/docs_lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3838
with:
3939
python-version: '3.x'
4040

.github/workflows/docs_preview_build_cf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run:
3838
working-directory: .hugo
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4141
with:
4242
ref: ${{ env.HEAD_SHA }}
4343
fetch-depth: 0
@@ -49,7 +49,7 @@ jobs:
4949
extended: true
5050

5151
- name: Setup Node
52-
uses: actions/setup-node@v4
52+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5353
with:
5454
node-version: "22"
5555
cache: 'npm'
@@ -72,7 +72,7 @@ jobs:
7272
echo ${{ env.PR_NUMBER }} > ../artifact-payload/pr_number.txt
7373
7474
- name: Upload Artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
7676
with:
7777
name: cf-preview-data
7878
path: artifact-payload/

.github/workflows/docs_preview_deploy_cf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
cancel-in-progress: true
4646
steps:
4747
- name: Checkout base repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949

5050
- name: Download Artifact
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
5252
with:
5353
name: cf-preview-data
5454
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)