Skip to content

Commit 8f40cb5

Browse files
authored
Merge pull request #287 from thecodingmachine/dependabot-github_actions-actions-checkout-7
⬆️ Bump actions/checkout from 6 to 7
2 parents 1e289c0 + ea4b762 commit 8f40cb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
steps:
4141
- name: checkout
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
- name: php
4545
uses: shivammathur/setup-php@2.37.1
@@ -75,7 +75,7 @@ jobs:
7575
name: static-analysis
7676
steps:
7777
- name: checkout
78-
uses: actions/checkout@v6
78+
uses: actions/checkout@v7
7979

8080
- name: php
8181
uses: shivammathur/setup-php@2.37.1

0 commit comments

Comments
 (0)