diff --git a/.github/workflows/imperative.yml b/.github/workflows/imperative.yml index a893401..c2e5213 100644 --- a/.github/workflows/imperative.yml +++ b/.github/workflows/imperative.yml @@ -54,7 +54,7 @@ jobs: shell: bash - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/reactive.yml b/.github/workflows/reactive.yml index c75e05d..141a213 100644 --- a/.github/workflows/reactive.yml +++ b/.github/workflows/reactive.yml @@ -54,7 +54,7 @@ jobs: shell: bash - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}