diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35b5e59..e4037db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: echo "PUSH=${push}" >> ${GITHUB_ENV} echo "TAG=${tag}" >> ${GITHUB_ENV} echo "TAGS=${tags}" >> ${GITHUB_ENV} - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: docker/login-action@v3 if: env.PUSH == 'true' with: