diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 56f86b8..eb5f5fc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -92,7 +92,7 @@ jobs: ./gradlew test - name: Login to DockerHub - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 if: ${{ steps.is_publish_event.outputs.value == 'true' }} with: username: ${{ secrets._TEMP_DOCKERHUB_USER }}