diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3ded5d..76109ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_IMAGE_NAME }}:$(date +%s)