diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fbc4fd6..8fe923b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: contents: write # IMPORTANT: mandatory for making GitHub Releases id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5 with: @@ -75,7 +75,7 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Download all the dists uses: actions/download-artifact@v4.3.0 with: @@ -120,7 +120,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Build images' run: | RELEASE=${{ needs.build.outputs.new_tag }} \