Skip to content

Commit 918b337

Browse files
committed
deps(deps): update actions/checkout action to v4.1.6
1 parent f667e82 commit 918b337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- locked
2929
steps:
3030
- name: 📦 Check out the codebase
31-
uses: actions/checkout@v4.1.5
31+
uses: actions/checkout@v4.1.6
3232

3333
- name: 🛠️ Setup PHP
3434
uses: shivammathur/setup-php@2.30.4
@@ -92,7 +92,7 @@ jobs:
9292
- locked
9393
steps:
9494
- name: 📦 Check out the codebase
95-
uses: actions/checkout@v4.1.5
95+
uses: actions/checkout@v4.1.6
9696

9797
- name: 🛠️ Setup PHP
9898
uses: shivammathur/setup-php@2.30.4

0 commit comments

Comments
 (0)