Skip to content

Commit 34a252a

Browse files
chore(deps): update actions/checkout digest to 0ad4b8f
1 parent 98e20b7 commit 34a252a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-release-on-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/on-PRs-commits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)