From 4be7971caa5e619726d58d94ebcfa2732b860ec5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Sep 2025 02:55:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` | | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4.2.2` -> `v5` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/53 Reviewed-by: techknowlogick Reviewed-by: DaanSelen Reviewed-by: Lunny Xiao Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/commitlint.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- .gitea/workflows/shellcheck.yml | 2 +- .gitea/workflows/test-pr.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 585c117..3b558c3 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -13,7 +13,7 @@ jobs: - name: install tools run: | apk add -q --update --no-cache nodejs curl jq sed - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Generate upcoming changelog diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index b52cc38..ab788a9 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: commitlint/commitlint:19.7.1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: check PR title run: | echo "${{ gitea.event.pull_request.title }}" | commitlint --config .commitlintrc.json diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index 974c5c0..b0a720e 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -13,7 +13,7 @@ jobs: generate-chart-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: install tools run: | apt update -y diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml index 592c555..a9a2348 100644 --- a/.gitea/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -9,6 +9,6 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5 - run: apt update --yes && apt install --yes shellcheck - run: find . -type f -name "*.sh" -exec shellcheck -a {} \; diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index c1d6f7f..5c7735f 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -25,7 +25,7 @@ jobs: uses: pnpm/action-setup@v4 with: version: 10 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: install chart dependencies run: helm dependency build - name: lint