Skip to content

Commit 615532f

Browse files
Merge pull request #4 from SenseException/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents f9cc715 + 519fbc8 commit 615532f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@v5"
13+
- uses: "actions/checkout@v6"
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@v5"
13+
- uses: "actions/checkout@v6"
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
@@ -18,7 +18,7 @@ jobs:
1818
- '7.4.*'
1919

2020
steps:
21-
- uses: "actions/checkout@v5"
21+
- uses: "actions/checkout@v6"
2222

2323
- name: "Cache Composer packages"
2424
id: "composer-cache"

0 commit comments

Comments
 (0)