Skip to content

Commit c1f94ca

Browse files
authored
Merge pull request #286 from elifesciences/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents a99a89a + 434004f commit c1f94ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
matrix:
1919
php_version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Run tests
2323
run: make PHP_VERSION=${{ matrix.php_version }} test-ci

0 commit comments

Comments
 (0)