Skip to content

Commit 0ff0aec

Browse files
committed
update checkout action to version 5
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent d33a84f commit 0ff0aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/static-analysis.yml

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

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git config --global core.eol lf
3636
3737
- name: Checkout code
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2
@@ -74,7 +74,7 @@ jobs:
7474
git config --global core.eol lf
7575
7676
- name: Checkout code
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878

7979
- name: Setup PHP
8080
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)