Skip to content

Commit ef23436

Browse files
Bump actions/checkout from 4 to 5 (#42)
1 parent e136d31 commit ef23436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up PHP ${{ matrix.php-version }}
2222
uses: shivammathur/setup-php@v2
2323
with:

0 commit comments

Comments
 (0)