From 777d0645fd59e10418c39fd2549fd39916c6285e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 21 Feb 2024 17:39:52 +0100 Subject: [PATCH] chore(deps): update github-actions by renovate (major) (#18247) 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://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | | [dorny/paths-filter](https://togithub.com/dorny/paths-filter) | action | major | `v2` -> `v3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Add support for partial checkout filters](https://togithub.com/actions/checkout/pull/1396)
dorny/paths-filter (dorny/paths-filter) ### [`v3`](https://togithub.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://togithub.com/dorny/paths-filter/compare/v1...v3) - [Compare base and ref when token is empty](https://togithub.com/dorny/paths-filter/pull/133)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- .github/actions/collect-changes/action.yaml | 2 +- .github/workflows/catalog-template-test.yaml | 4 ++-- .github/workflows/catalog-test.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index b1615e45e29..e55eabbaaf5 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -22,7 +22,7 @@ runs: using: "composite" steps: - name: Collect changed files - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@ebc4d7e9ebcb0b1eb21480bb8f43113e996ac77a # v3 id: filter with: list-files: shell diff --git a/.github/workflows/catalog-template-test.yaml b/.github/workflows/catalog-template-test.yaml index d333bdaa2ac..8e7fffafd57 100644 --- a/.github/workflows/catalog-template-test.yaml +++ b/.github/workflows/catalog-template-test.yaml @@ -22,7 +22,7 @@ jobs: - name: Setting repo parent dir as safe safe.directory run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 name: Checkout-validate with: fetch-depth: 1 @@ -47,7 +47,7 @@ jobs: ./charttool deps ${PWD}/charts - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: repository: truecharts/catalog path: catalog diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 493365e5007..40b50f07020 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -27,7 +27,7 @@ jobs: - name: Setting repo parent dir as safe safe.directory run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 name: Checkout-validate with: fetch-depth: 1