diff --git a/.github/workflows/a200.yaml b/.github/workflows/a200.yaml index 05bc2040..c8ccf7d7 100644 --- a/.github/workflows/a200.yaml +++ b/.github/workflows/a200.yaml @@ -44,7 +44,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io diff --git a/.github/workflows/me-site.yaml b/.github/workflows/me-site.yaml index a1aab211..8dd6c5ac 100644 --- a/.github/workflows/me-site.yaml +++ b/.github/workflows/me-site.yaml @@ -50,7 +50,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io diff --git a/.github/workflows/vk2tg.yaml b/.github/workflows/vk2tg.yaml index dac527ec..18a2f1c3 100644 --- a/.github/workflows/vk2tg.yaml +++ b/.github/workflows/vk2tg.yaml @@ -50,7 +50,7 @@ jobs: mirrors = ["mirror.gcr.io"] - name: Login to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 if: github.ref == 'refs/heads/master' with: registry: ghcr.io