Skip to content

Commit cd4c020

Browse files
Update actions/checkout digest to 11bd719
1 parent c9e3bf7 commit cd4c020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 18

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: macos-latest
77
steps:
8-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
8+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
- name: Use Node.js
1010
uses: actions/setup-node@v4
1111
with:

0 commit comments

Comments
 (0)