Skip to content

Commit 04530d5

Browse files
Update actions/checkout digest to 11bd719
1 parent 73d0fb0 commit 04530d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-website.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container: jekyll/builder
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515

1616
- name: Install tar for caching
1717
run: apk update && apk add tar

.github/workflows/test-website.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
container: jekyll/builder
1515
steps:
1616
- name: Checkout Repo
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Install tar for caching
2020
run: apk update && apk add tar

0 commit comments

Comments
 (0)