Skip to content

Commit 0b78d91

Browse files
renovate-botd-goog
andauthored
chore(deps): update actions/checkout digest to 692973e (#1828)
Co-authored-by: Daniel Bankhead <[email protected]>
1 parent e31a831 commit 0b78d91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node: [14, 16, 18, 20]
1313
steps:
14-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node }}
@@ -29,7 +29,7 @@ jobs:
2929
windows:
3030
runs-on: windows-latest
3131
steps:
32-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
32+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: 14
@@ -40,7 +40,7 @@ jobs:
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
43+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4444
- uses: actions/setup-node@v4
4545
with:
4646
node-version: 14

0 commit comments

Comments
 (0)