diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 2d9866e..438e641 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -32,7 +32,7 @@ jobs: # https://github.com/marketplace/actions/docker-login - name: Login to GitHub Container Registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1ee65ea..56208af 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -33,7 +33,7 @@ jobs: # https://github.com/marketplace/actions/docker-login - name: Login to GitHub Container Registry - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}