diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 630ac7b..b91cbd5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build-docker-container: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.3 + - uses: actions/checkout@v3.3.0 - name: Build the docker image run: | export TAG=${GITHUB_SHA:0:8}