Skip to content

Commit 7f5beb1

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent a00a7a8 commit 7f5beb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

3232
- name: 📦 Check out the codebase
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3434
with:
3535
fetch-depth: 0
3636

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: 📦 Check out the codebase
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/upload-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 📦 Check out the codebase
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)