From 3e885b5e7cb5fd10d014da7855cc4f1106cdaf77 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 17 Oct 2022 13:06:12 +0100 Subject: [PATCH] Update checkout action to latest available. Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 11033e0..f8c2c0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: RELEASE_VERSION: ${{ steps.get_env.outputs.RELEASE_VERSION }} steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: '0' - name: Setting environment variables @@ -59,7 +59,7 @@ jobs: CI: true steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Lint Code Base if: env.ENABLE_CODE_LINT == true env: @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Configure git for private modules run: | make update @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get list of the commits since last release run: | echo "$(git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"%h %s")" > .release_notes @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx @@ -201,7 +201,7 @@ jobs: continue-on-error: [true] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Compile binary