Skip to content

Commit d224042

Browse files
committed
Update ci checkout action
1 parent 5e12dad commit d224042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

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

2929
steps:
3030
- name: "Checkout"
31-
uses: "actions/checkout@v2"
31+
uses: "actions/checkout@v4"
3232

3333
- name: "Install PHP"
3434
uses: "shivammathur/setup-php@v2"

.github/workflows/phpstan.yml

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

2121
steps:
2222
- name: "Checkout"
23-
uses: "actions/checkout@v2"
23+
uses: "actions/checkout@v4"
2424

2525
- name: "Install PHP"
2626
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)