diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc38962..f135968 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: echo "TAG=${tag}" >> ${GITHUB_ENV} echo "TAGS=${tags}" >> ${GITHUB_ENV} echo "NEED_PUSH=${need_push}" >> ${GITHUB_ENV} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: docker/login-action@v4 if: env.NEED_PUSH == 'yes' with: