From d3754809bb5fb302a5edec7a66d10a45bafb0a23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:47:58 +0000 Subject: [PATCH] Update actions/checkout action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dcdc83..3bd76ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: get the new tag id: new_tag run: echo "tag=v${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: get last tag information @@ -90,7 +90,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_PAT }} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: name: CHANGELOG.md @@ -153,7 +153,7 @@ jobs: ${{ secrets.SUPERMARKET_KEY }} EOF - name: checkout cookbook - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: cookbooks/${{ env.cookbook_name }} ref: ${{ needs.version-info.outputs.new_tag }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29d77b9..b6008bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: cookstyle: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: | @@ -56,7 +56,7 @@ jobs: # - opensuse-42 # something is broken here - ubuntu-20-04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: | @@ -95,7 +95,7 @@ jobs: - default-debian-11 - default-fedora-38 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: path: |