diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16d5253..29d254f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,7 +107,7 @@ jobs: path: ./lib/ merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}