Skip to content

Commit 689133e

Browse files
renovate[bot]sagarwal
andauthored
Update actions/checkout action to v5 (#5634)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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/simpledotorg/simple-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal <[email protected]>
1 parent 9cfb30b commit 689133e

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.github/workflows/benchmark_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo udevadm trigger --name-match=kvm
2222
2323
- name: Checkout Android source
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Setup JDK
2727
uses: actions/setup-java@v4

.github/workflows/build_prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Checkout
4545
if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == ''
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747

4848
- name: Setup JDK
4949
uses: actions/setup-java@v4

.github/workflows/build_sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Checkout
4444
if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == ''
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Setup JDK
4848
uses: actions/setup-java@v4

.github/workflows/build_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Checkout
4444
if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == ''
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Setup JDK
4848
uses: actions/setup-java@v4

.github/workflows/ci_checks.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: [ ubuntu-latest ]
1919
if: github.event_name == 'pull_request'
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Verify PR description
2323
run: .github/scripts/story_link_check.sh '${{ github.event.pull_request.body }}'
2424

@@ -27,13 +27,13 @@ jobs:
2727
if: github.event_name == 'pull_request'
2828
steps:
2929
- name: Checkout master
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: master
3333
path: master
3434

3535
- name: Checkout current
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
path: current
3939

@@ -43,7 +43,7 @@ jobs:
4343
lint:
4444
runs-on: [ ubuntu-latest ]
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747

4848
- name: Setup JDK
4949
uses: actions/setup-java@v4
@@ -58,7 +58,7 @@ jobs:
5858
unit_tests:
5959
runs-on: [ ubuntu-latest ]
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262

6363
- name: Setup JDK
6464
uses: actions/setup-java@v4
@@ -87,7 +87,7 @@ jobs:
8787
8888
8989
- name: Checkout Android source
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191

9292
- name: Start Simple Docker server
9393
run: |
@@ -182,13 +182,13 @@ jobs:
182182
runs-on: [ ubuntu-latest ]
183183
steps:
184184
- name: Checkout master
185-
uses: actions/checkout@v4
185+
uses: actions/checkout@v5
186186
with:
187187
ref: master
188188
path: master
189189

190190
- name: Checkout current
191-
uses: actions/checkout@v4
191+
uses: actions/checkout@v5
192192
with:
193193
path: current
194194

@@ -199,7 +199,7 @@ jobs:
199199
runs-on: [ ubuntu-latest ]
200200
if: github.event_name == 'pull_request'
201201
steps:
202-
- uses: actions/checkout@v4
202+
- uses: actions/checkout@v5
203203
with:
204204
ref: ${{github.event.pull_request.head.ref}}
205205
fetch-depth: 0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Bump UUID generator to v5.1.1
2727
- Bump Compose BOM to v2025.09.01
2828
- Bump Sentry Android to v5.12.0
29+
- Update GH Actions `checkout` to v5
2930

3031
### Changes
3132

0 commit comments

Comments
 (0)