diff --git a/action.yml b/action.yml index a893bc4..f6a4f73 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: - run: echo "::endgroup::" - run: echo "::group::Setup Buildx" - name: Setup Docker buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0 - run: echo "::endgroup::" - run: echo "::group::Log into Registry ${{ inputs.registry }}" - name: Log into registry ${{ inputs.registry }}