Skip to content

Commit 9ea8482

Browse files
chore(deps): update actions/checkout action to v5
1 parent 27d8235 commit 9ea8482

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Coding Standard
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v5
1111
- name: Setup PHP 8.4
1212
uses: shivammathur/setup-php@v2
1313
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v5
2020
- name: Setup PHP ${{ matrix.php }}
2121
uses: shivammathur/setup-php@v2
2222
with:

0 commit comments

Comments
 (0)