diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc4ec1e3..cf8ebc2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: - name: Build and upload to ghcr.io 📤 id: build-upload - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 with: push: true # Using provenance to disable default attestation so it will build only desired images: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98fec2e5..311169f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: needs: [publish-dockerhub] steps: - - uses: softprops/action-gh-release@v0.1.15 + - uses: softprops/action-gh-release@v2.0.6 name: Create release with: generate_release_notes: true