diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index ec07d94..04db4e5 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Login to Container Registry ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} # ghcr logins allow mixed case usernames @@ -55,7 +55,7 @@ jobs: steps: - name: Login to Container Registry ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} #ghcr logins allow mixed case usernames