Skip to content

Commit 56e883a

Browse files
authored
Use actions/checkout@v4 (#309)
1 parent d374eb6 commit 56e883a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

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

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git config --global core.eol lf
6060
6161
- name: Checkout code
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363

6464
- name: Setup PHP
6565
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)