diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 30847cc..6fc7ed1 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: echo "Job being triggered by ${{ github.event_name }} event" - name: Build the Codespaces container image run: docker build . --file .devcontainer/Dockerfile