Skip to content

Commit 36e1f5f

Browse files
authored
Merge pull request #170 from small-hack/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 828d52e + 317fdd7 commit 36e1f5f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/helm-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

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

.github/workflows/renovate.yml

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

2626
- name: Checkout
27-
uses: actions/checkout@v5.0.1
27+
uses: actions/checkout@v6.0.0
2828

2929
- name: Self-hosted Renovate
3030
# renovate keeps itself up to date

.github/workflows/test-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: charts/mastodon
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.x"
@@ -67,7 +67,7 @@ jobs:
6767
- k3s-channel: latest
6868

6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171

7272
# This action starts a k8s cluster with NetworkPolicy enforcement and
7373
# installs both kubectl and helm.

0 commit comments

Comments
 (0)