Skip to content

Commit 9caf120

Browse files
ci(action): update actions/checkout digest to 44c2b7a
1 parent e6c3f9c commit 9caf120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: lts/*

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- 20
1515
name: Node ${{ matrix.node }}
1616
steps:
17-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
17+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)