Skip to content

Commit 12b6c6c

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent 96bfd76 commit 12b6c6c

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@v3
31+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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@v3
18+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
with:
2020
token: ${{ secrets.WORKFLOW_TOKEN }}
2121

0 commit comments

Comments
 (0)