Skip to content

Commit b14a0b7

Browse files
committed
update checkout GitHub action to version 4
1 parent 6da9c1c commit b14a0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: 'Check out'
20-
uses: 'actions/checkout@v2'
20+
uses: 'actions/checkout@v4'
2121

2222
- name: 'Set up PHP'
2323
uses: 'shivammathur/setup-php@v2'
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: 'Check out'
45-
uses: 'actions/checkout@v2'
45+
uses: 'actions/checkout@v4'
4646

4747
- name: 'Set up PHP'
4848
uses: 'shivammathur/setup-php@v2'

0 commit comments

Comments
 (0)