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: |