diff --git a/.github/workflows/build_latest.yml b/.github/workflows/build_latest.yml index 6a8276e..09acb06 100644 --- a/.github/workflows/build_latest.yml +++ b/.github/workflows/build_latest.yml @@ -35,7 +35,7 @@ jobs: - name: Log in to the GitHub Container registry if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build_new_version.yml b/.github/workflows/build_new_version.yml index b0ba556..52dc5c6 100644 --- a/.github/workflows/build_new_version.yml +++ b/.github/workflows/build_new_version.yml @@ -44,7 +44,7 @@ jobs: - name: Log in to the GitHub Container registry if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }}