diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a51ab5c..553680b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Log in to Docker Hub if: startsWith(github.ref, 'refs/tags/') - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}