Skip to content

Commit 1f06961

Browse files
committed
chore(deps): update actions/checkout digest to 692973e
1 parent 82b3f77 commit 1f06961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16.x, 18.x, 20.x]
1616

1717
steps:
18-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
18+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v4
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
12+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup Node.js

0 commit comments

Comments
 (0)