From a596301a3f2abecbfd424470794552950b4ac91d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:16:45 +0100 Subject: [PATCH] chore: update actions/checkout action to v3 (#2915) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | --- ### Release Notes
actions/checkout ### [`v3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3) - [Use @​actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939) - [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-publish-new-version.yaml | 2 +- .github/workflows/docker_publish_main.yaml | 2 +- .github/workflows/docker_publish_tags.yaml | 2 +- .github/workflows/publish-new-version.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-publish-new-version.yaml b/.github/workflows/continuous-publish-new-version.yaml index 3477f61197..51a15a8a23 100644 --- a/.github/workflows/continuous-publish-new-version.yaml +++ b/.github/workflows/continuous-publish-new-version.yaml @@ -23,7 +23,7 @@ jobs: node-version: [14.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: token: ${{ secrets.GH_PUSH_TOKEN }} - name: setup git config diff --git a/.github/workflows/docker_publish_main.yaml b/.github/workflows/docker_publish_main.yaml index ee697637a2..0c972b5c87 100644 --- a/.github/workflows/docker_publish_main.yaml +++ b/.github/workflows/docker_publish_main.yaml @@ -13,7 +13,7 @@ jobs: version: [14-alpine, 16-alpine] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup QEmu so we can build multiplatform uses: docker/setup-qemu-action@v2 - name: Setup Docker buildx diff --git a/.github/workflows/docker_publish_tags.yaml b/.github/workflows/docker_publish_tags.yaml index bf79cc1f9a..30e5638b3a 100644 --- a/.github/workflows/docker_publish_tags.yaml +++ b/.github/workflows/docker_publish_tags.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup QEmu so we can build multiplatform uses: docker/setup-qemu-action@v2 - name: Setup Docker buildx diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 225b32408d..986992289b 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -19,7 +19,7 @@ jobs: node-version: [14.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: token: ${{ secrets.GH_PUSH_TOKEN }} - name: setup git config