Skip to content

Commit 8591aa0

Browse files
deps: update actions/checkout action to v5 (#995)
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 becomes conflicted, 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/hetznercloud/hcloud-cloud-controller-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 216ac50 commit 8591aa0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- uses: actions/setup-python@v5
1616
with:
@@ -31,7 +31,7 @@ jobs:
3131
name: Unit Tests
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
- uses: actions/setup-go@v5
3636
with:
3737
go-version-file: go.mod
@@ -56,7 +56,7 @@ jobs:
5656
helm
5757
helm: v3.11.2
5858

59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: Generate manifests from helm chart
6161
run: scripts/update-deployment-yamls.sh
6262

@@ -77,7 +77,7 @@ jobs:
7777
helm
7878
helm: v3.18.4 # renovate: datasource=github-releases depName=helm/helm
7979

80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181

8282
- name: Verify
8383
run: |

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/robot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ANSIBLE_FORCE_COLOR: true
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030

3131
- name: Install robot server
3232
env:

.github/workflows/test_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
CERT_DOMAIN: hc-integrations-test.de
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737

3838
- uses: actions/setup-go@v5
3939
with:
@@ -150,7 +150,7 @@ jobs:
150150
ROBOT_ENABLED: "true"
151151

152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v5
154154

155155
- uses: actions/setup-go@v5
156156
with:

0 commit comments

Comments
 (0)