diff --git a/.github/workflows/build-dev-environment.yml b/.github/workflows/build-dev-environment.yml index d3c13b4f..febd3daa 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index f3ae94e7..007ae792 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -89,7 +89,7 @@ jobs: steps: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}