diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0f421f..c44b349 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: # type=edge,branch=${{ github.event.repository.default_branch }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 with: buildkitd-config-inline: | [worker.oci] @@ -239,7 +239,7 @@ jobs: # short-description: ${{ github.event.repository.description }} - name: GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true