Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 6014ade

Browse files
renovate-botd-goog
andauthored
chore(deps): update actions/checkout digest to 0ad4b8f (#1797)
Co-authored-by: Daniel Bankhead <[email protected]>
1 parent 40406a0 commit 6014ade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4444
- uses: actions/setup-node@v4
4545
with:
4646
node-version: 14

0 commit comments

Comments
 (0)