diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a0e822..9d9776a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - name: Checkout (GitHub) uses: actions/checkout@v7 - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -114,7 +114,7 @@ jobs: - name: Checkout (GitHub) uses: actions/checkout@v7 - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release-and-publish.yaml b/.github/workflows/release-and-publish.yaml index 0c9d47e..e8bf17b 100644 --- a/.github/workflows/release-and-publish.yaml +++ b/.github/workflows/release-and-publish.yaml @@ -76,7 +76,7 @@ jobs: with: ref: ${{ needs.release.outputs.tag_name }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -124,7 +124,7 @@ jobs: with: ref: ${{ needs.release.outputs.tag_name }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}