Skip to content

Commit 5f087b4

Browse files
authored
Merge pull request #71 from jolicode/ghac
GHA: Update actions/checkout to v5
2 parents 71efe6d + bddd644 commit 5f087b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Tests PHP ${{ matrix.php-version }} ${{ matrix.name }}
2121
steps:
2222
- name: checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: setup
2525
uses: shivammathur/setup-php@v2
2626
with:

0 commit comments

Comments
 (0)