Skip to content

Commit f36c61d

Browse files
Update actions/checkout action to v6 (#118)
This PR contains the following updates: | Package | Type | Update | Change | Age | Confidence | |---|---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v5/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6` | [![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v4/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [actions:checkout](https://redirect.github.com/actions/checkout) | | major | `v5` -> `v6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/actions:checkout/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/actions:checkout/v5/v6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://redirect.github.com/actions/checkout/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/checkout/compare/v5...v6) </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 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-catalog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzemiński <3110813+krzema12@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <git@krzeminski.it>
1 parent 2f9de4f commit f36c61d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@file:DependsOn("com.github.sya-ri:kgit:1.1.0")
77

88
@file:Repository("https://bindings.krzeminski.it")
9-
@file:DependsOn("actions:checkout:v5")
9+
@file:DependsOn("actions:checkout:v6")
1010
@file:OptIn(ExperimentalKotlinLogicStep::class)
1111
@file:Suppress("UNCHECKED_CAST")
1212

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- 'check_yaml_consistency'
3232
steps:
3333
- id: 'step-0'
34-
uses: 'actions/checkout@v5'
34+
uses: 'actions/checkout@v6'
3535
- id: 'step-1'
3636
run: |-
3737
find -name *.main.kts -print0 | while read -d $'\0' file
@@ -46,7 +46,7 @@ jobs:
4646
- 'check_yaml_consistency'
4747
steps:
4848
- id: 'step-0'
49-
uses: 'actions/checkout@v5'
49+
uses: 'actions/checkout@v6'
5050
- id: 'step-1'
5151
name: 'Check for actions'
5252
env:
@@ -59,7 +59,7 @@ jobs:
5959
- 'check_yaml_consistency'
6060
steps:
6161
- id: 'step-0'
62-
uses: 'actions/checkout@v5'
62+
uses: 'actions/checkout@v6'
6363
- id: 'step-1'
6464
run: 'cd .github/workflows'
6565
- id: 'step-2'

.github/workflows/update-metadata.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r")
66

77
@file:Repository("https://bindings.krzeminski.it")
8-
@file:DependsOn("actions:checkout:v5")
8+
@file:DependsOn("actions:checkout:v6")
99
@file:DependsOn("actions:setup-java:v5")
1010

1111
import io.github.typesafegithub.workflows.actions.actions.Checkout

.github/workflows/update-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- 'check_yaml_consistency'
2828
steps:
2929
- id: 'step-0'
30-
uses: 'actions/checkout@v5'
30+
uses: 'actions/checkout@v6'
3131
- id: 'step-1'
3232
uses: 'actions/setup-java@v5'
3333
with:

0 commit comments

Comments
 (0)