Skip to content

Commit 0be5bd7

Browse files
Update actions/checkout action to v5
1 parent f3fa4da commit 0be5bd7

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
@@ -9,7 +9,7 @@ jobs:
99
php-versions: ['8.1', '8.2', '8.3', '8.4']
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/setup-node@v4
1515
with:

0 commit comments

Comments
 (0)