diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47d3f3e..5a1f1e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: echo "DISTRIBUTION=${distribution}" >> ${GITHUB_ENV} echo "CONTEXT=./${distribution}" >> ${GITHUB_ENV} echo "TAGS=${tags}" >> ${GITHUB_ENV} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_HUB_USERNAME }}