Skip to content

Commit 152d04f

Browse files
Merge pull request #8 from SenseException/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents da3ccb9 + 87bde0c commit 152d04f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111

1212
steps:
13-
- uses: "actions/checkout@v6"
13+
- uses: "actions/checkout@v7"
1414

1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: "ubuntu-latest"
1111

1212
steps:
13-
- uses: "actions/checkout@v6"
13+
- uses: "actions/checkout@v7"
1414

1515
- name: "Setup PHP Action"
1616
uses: "shivammathur/setup-php@v2"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
php-versions: '8.3'
2525

2626
steps:
27-
- uses: "actions/checkout@v6"
27+
- uses: "actions/checkout@v7"
2828

2929
- name: "Cache Composer packages"
3030
id: "composer-cache"

0 commit comments

Comments
 (0)