Skip to content

Commit 59cdb1d

Browse files
ci(action): update actions/checkout digest to b4ffde6 (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4681a20 commit 59cdb1d

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
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout project
20-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
with:
2222
persist-credentials: false
2323
- name: Use Node.js

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout project
18-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
with:
2020
fetch-depth: 0
2121
- name: Use Node.js

0 commit comments

Comments
 (0)