diff --git a/.github/workflows/build-bootc-image.yaml b/.github/workflows/build-bootc-image.yaml index b352cd1..2f47a88 100644 --- a/.github/workflows/build-bootc-image.yaml +++ b/.github/workflows/build-bootc-image.yaml @@ -130,7 +130,7 @@ jobs: done - name: Login to GitHub Container Registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) with: registry: ghcr.io