Skip to content

Commit 29095be

Browse files
Update actions/checkout action to v5 (#535)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Ni4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1950b3 commit 29095be

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Prepare release
2222
run: .github/workflows/release_prep.sh > release_notes.txt
2323
- name: Release

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read # For repo checkout
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Trunk Check
2525
uses: trunk-io/trunk-action@v1
2626
test:
@@ -33,7 +33,7 @@ jobs:
3333
bzlmod: [true, false]
3434
runs-on: ${{ matrix.os }}
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- if: startsWith(matrix.os, 'ubuntu')
3838
run: tests/scripts/ubuntu_install_libtinfo.sh
3939
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
@@ -45,7 +45,7 @@ jobs:
4545
toolchain_test:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Test
5050
env:
5151
USE_BAZEL_VERSION: latest
@@ -61,7 +61,7 @@ jobs:
6161
bzlmod: [true, false]
6262
runs-on: ${{ matrix.os }}
6363
steps:
64-
- uses: actions/checkout@v4
64+
- uses: actions/checkout@v5
6565
- if: startsWith(matrix.os, 'ubuntu')
6666
run: tests/scripts/ubuntu_install_libtinfo.sh
6767
- name: Test
@@ -87,7 +87,7 @@ jobs:
8787
bzlmod: [true, false]
8888
runs-on: ubuntu-latest
8989
steps:
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v5
9191
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
9292
- name: Test
9393
env:
@@ -100,7 +100,7 @@ jobs:
100100
bzlmod: [true, false]
101101
runs-on: macos-latest
102102
steps:
103-
- uses: actions/checkout@v4
103+
- uses: actions/checkout@v5
104104
- name: Test
105105
env:
106106
USE_BZLMOD: ${{ matrix.bzlmod }}
@@ -112,7 +112,7 @@ jobs:
112112
bzlmod: [true, false]
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@v4
115+
- uses: actions/checkout@v5
116116
- run: tests/scripts/ubuntu_install_libtinfo.sh
117117
- name: Test
118118
env:
@@ -125,7 +125,7 @@ jobs:
125125
bzlmod: [true, false]
126126
runs-on: ubuntu-latest
127127
steps:
128-
- uses: actions/checkout@v4
128+
- uses: actions/checkout@v5
129129
- run: tests/scripts/ubuntu_install_libtinfo.sh
130130
- name: Download and Extract LLVM distribution
131131
env:

0 commit comments

Comments
 (0)