Skip to content

Commit 2d98020

Browse files
chore(deps): update actions/checkout action to v5 (#382)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v4/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions:checkout](https://redirect.github.com/actions/checkout) | | major | `v4` -> `v5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/actions:checkout/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:checkout/v4/v5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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 - "every 1 week on saturday" (UTC), 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 these updates 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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent bf75671 commit 2d98020

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
6-
@file:DependsOn("actions:checkout:v4")
6+
@file:DependsOn("actions:checkout:v5")
77
@file:DependsOn("actions:setup-java:v5")
88
@file:DependsOn("gradle:gradle-build-action:v3")
99
@file:DependsOn("typesafegithub:github-actions-typing:v2")

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
steps:
3030
- id: 'step-0'
3131
name: 'Checkout github-actions-typing'
32-
uses: 'actions/checkout@v4'
32+
uses: 'actions/checkout@v5'
3333
with:
3434
path: 'github-actions-typing'
3535
- id: 'step-1'
3636
name: 'Checkout github-actions-typing-catalog'
37-
uses: 'actions/checkout@v4'
37+
uses: 'actions/checkout@v5'
3838
with:
3939
repository: 'typesafegithub/github-actions-typing-catalog'
4040
path: 'github-actions-typing-catalog'
@@ -49,7 +49,7 @@ jobs:
4949
- 'check_yaml_consistency'
5050
steps:
5151
- id: 'step-0'
52-
uses: 'actions/checkout@v4'
52+
uses: 'actions/checkout@v5'
5353
- id: 'step-1'
5454
uses: 'typesafegithub/github-actions-typing@v2'
5555
with:
@@ -70,7 +70,7 @@ jobs:
7070
- 'check_yaml_consistency'
7171
steps:
7272
- id: 'step-0'
73-
uses: 'actions/checkout@v4'
73+
uses: 'actions/checkout@v5'
7474
- id: 'step-1'
7575
name: 'Set up Java in proper version'
7676
uses: 'actions/setup-java@v5'

.github/workflows/make-branch-runnable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- id: 'step-0'
2828
name: 'Checkout github-actions-typing'
29-
uses: 'actions/checkout@v4'
29+
uses: 'actions/checkout@v5'
3030
with:
3131
path: 'github-actions-typing'
3232
- id: 'step-1'
3333
name: 'Checkout github-actions-typing-catalog'
34-
uses: 'actions/checkout@v4'
34+
uses: 'actions/checkout@v5'
3535
with:
3636
repository: 'typesafegithub/github-actions-typing-catalog'
3737
path: 'github-actions-typing-catalog'

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
55

66
@file:Repository("https://bindings.krzeminski.it")
7-
@file:DependsOn("actions:checkout:v4")
7+
@file:DependsOn("actions:checkout:v5")
88
@file:DependsOn("gradle:actions__setup-gradle:v4")
99
@file:OptIn(ExperimentalKotlinLogicStep::class)
1010

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
steps:
3232
- id: 'step-0'
3333
name: 'Checkout github-actions-typing'
34-
uses: 'actions/checkout@v4'
34+
uses: 'actions/checkout@v5'
3535
with:
3636
path: 'github-actions-typing'
3737
- id: 'step-1'
3838
name: 'Checkout github-actions-typing-catalog'
39-
uses: 'actions/checkout@v4'
39+
uses: 'actions/checkout@v5'
4040
with:
4141
repository: 'typesafegithub/github-actions-typing-catalog'
4242
path: 'github-actions-typing-catalog'

0 commit comments

Comments
 (0)