Skip to content

Commit aebf624

Browse files
ci(action): update actions/checkout digest to 44c2b7a
1 parent 37801d1 commit aebf624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
11+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: lts/*

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
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/*

0 commit comments

Comments
 (0)