Skip to content

Commit ae47ea7

Browse files
Merge pull request #89 from eliashaeussler/renovate/actions-checkout-6.x
2 parents 26e9be0 + 9d9579c commit ae47ea7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
needs: prepare
1818
if: needs.prepare.outputs.continue == 'true'
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Create release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- php-version: "8.2"
2828
phpunit-version: "12"
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

@@ -64,7 +64,7 @@ jobs:
6464
- php-version: "8.2"
6565
phpunit-version: "12"
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
fetch-depth: 0
7070

@@ -99,7 +99,7 @@ jobs:
9999
needs: prepare
100100
if: needs.prepare.outputs.continue == 'true'
101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103
with:
104104
fetch-depth: 0
105105

@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
needs: coverage
139139
steps:
140-
- uses: actions/checkout@v5
140+
- uses: actions/checkout@v6
141141
with:
142142
fetch-depth: 0
143143

0 commit comments

Comments
 (0)