Skip to content

Commit 6b3d932

Browse files
chore(deps): update actions/checkout action to v5 (#7642)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f143a4 commit 6b3d932

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
CYPRESS_INSTALL_BINARY: 0
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write # to verify the deployment originates from an appropriate source
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Setup Node.js environment
2121
uses: actions/[email protected]

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- vite-ts
2727
fail-fast: false
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- uses: actions/[email protected]
3232
with:
@@ -58,7 +58,7 @@ jobs:
5858
- vite-ts
5959
fail-fast: false
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262

6363
- uses: actions/[email protected]
6464
with:
@@ -88,7 +88,7 @@ jobs:
8888
- navigation-layout
8989
fail-fast: false
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v5
9292

9393
- uses: actions/[email protected]
9494
with:

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
reuse-compliance:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: REUSE Compliance Check
2323
uses: fsfe/[email protected]
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ github.base_ref == 'main' }} # only for PRs targeting main branch
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- uses: preactjs/[email protected]
3232
with:
@@ -39,7 +39,7 @@ jobs:
3939
name: 'Install Dependencies'
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343

4444
- uses: actions/[email protected]
4545
with:
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
CYPRESS_INSTALL_BINARY: 0
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767

6868
- uses: actions/[email protected]
6969
with:
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
CYPRESS_INSTALL_BINARY: 0
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393

9494
- uses: actions/[email protected]
9595
with:
@@ -110,7 +110,7 @@ jobs:
110110
env:
111111
CYPRESS_INSTALL_BINARY: 0
112112
steps:
113-
- uses: actions/checkout@v4
113+
- uses: actions/checkout@v5
114114

115115
- name: Setup Node.js environment
116116
uses: actions/[email protected]

.github/workflows/open-source-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: 'Security'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: artifactPrepareVersion
1919

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
issue-comment:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

.github/workflows/release-custom-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: write
2929
id-token: write
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
token: ${{ secrets.ACCESS_TOKEN }}
3434
fetch-depth: 0

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
id-token: write
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.ACCESS_TOKEN }}
2424
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions:
3333
contents: read
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0
3838

@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
issues: write
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
token: ${{ secrets.ACCESS_TOKEN }}
7070
fetch-depth: 0

0 commit comments

Comments
 (0)