Skip to content

Commit 4cb3f7c

Browse files
committed
chore(deps): update actions/checkout digest to b4ffde6
1 parent 0aeb1d1 commit 4cb3f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: e1himself/[email protected]
2929

3030
- name: 📦 Check out the codebase
31-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/sync-from-tpl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: 📦 Check out the codebase
18-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919
with:
2020
token: ${{ secrets.WORKFLOW_TOKEN }}
2121

0 commit comments

Comments
 (0)