diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5488806..6c6d1975 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - name: Build and upload to ghcr.io 📤 id: build-upload - uses: docker/bake-action@v7.0.0 + uses: docker/bake-action@v7.1.0 env: # https://github.com/docker/bake-action/issues/239#issuecomment-3828170326 BUILDX_METADATA_PROVENANCE: disabled @@ -88,7 +88,7 @@ jobs: - name: Set output variables id: set-output - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: # We need to produce the following JSON string from the bake action output, # which is then used in follow-up steps to uniquelly identify the built diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4aea1a0..032ff1a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: needs: [publish-dockerhub] steps: - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 name: Create release with: generate_release_notes: true