Skip to content

Commit 4724926

Browse files
chore(deps): update actions/checkout digest to b4ffde6
1 parent 80efd3f commit 4724926

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
@@ -20,7 +20,7 @@ jobs:
2020
php: ["8.1", "8.2"]
2121
steps:
2222
- name: 📦 Check out the codebase
23-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/shellcheck.yml

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

1515
steps:
1616
- name: 📦 Check out the codebase
17-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
with:
1919
fetch-depth: 0
2020

0 commit comments

Comments
 (0)