Skip to content

Commit 6ff0e15

Browse files
committed
Update workflow
1 parent 2e2ed6c commit 6ff0e15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- '8.3'
1717
- '8.4'
1818
steps:
19-
- uses: actions/checkout@v2
19+
- name: Checkout repository
20+
uses: actions/checkout@v4
2021
with:
2122
fetch-depth: 0
2223
- name: Set up PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)