Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 75981ca

Browse files
authored
Merge pull request #114 from small-hack/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 031a3f1 + a85f00b commit 75981ca

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci-helm-lint-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: "0"
2020

@@ -43,7 +43,7 @@ jobs:
4343
needs: lint
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
fetch-depth: "0"
4949

@@ -77,7 +77,7 @@ jobs:
7777
needs: lint
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
with:
8282
fetch-depth: "0"
8383

@@ -111,7 +111,7 @@ jobs:
111111
needs: lint
112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@v4
114+
uses: actions/checkout@v5
115115
with:
116116
fetch-depth: "0"
117117

.github/workflows/helm-docs.yaml

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
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Fetch history
1919
run: git fetch --prune --unshallow

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
app_id: ${{ secrets.APP_ID }}
2424

2525
- name: Checkout
26-
uses: actions/checkout@v4.3.0
26+
uses: actions/checkout@v5.0.0
2727

2828
- name: Self-hosted Renovate
2929
uses: renovatebot/github-action@v43.0.7

0 commit comments

Comments
 (0)