Skip to content

Commit af18820

Browse files
Merge pull request #161 from CPS-IT/renovate/actions-checkout-6.x
2 parents c3ff644 + 8d4f1cc commit af18820

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cgl:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/crowdin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Synchronize with Crowdin
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Upload sources
1515
uses: crowdin/github-action@v2

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
outputs:
1313
release-notes-url: ${{ steps.create-release.outputs.url }}
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -41,7 +41,7 @@ jobs:
4141
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}
4242
TYPO3_EXCLUDE_FROM_PACKAGING: packaging_exclude.php
4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
typo3DatabaseUsername: root
2929
typo3DatabasePassword: root
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

@@ -71,7 +71,7 @@ jobs:
7171
typo3DatabaseUsername: root
7272
typo3DatabasePassword: root
7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777

@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
needs: coverage
113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
with:
116116
fetch-depth: 0
117117

0 commit comments

Comments
 (0)