Skip to content

Commit 5e1d66f

Browse files
authored
Merge pull request #1316 from abraham/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f8aabdb + 44e3cec commit 5e1d66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
lint:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- uses: actions/setup-node@v6
99
with:
1010
node-version: 20

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
php-versions: ['8.2', '8.3', '8.4', '8.5']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- uses: shivammathur/setup-php@v2
1414
with:
1515
php-version: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)