diff --git a/action.yml b/action.yml index 9a989f0..19e4b24 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ runs: - name: Set up Docker Buildx if: inputs.docker-username != '' && inputs.docker-password != '' - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Login to Registry if: inputs.docker-username != '' && inputs.docker-password != ''