diff --git a/.github/workflows/pre-sanity.yml b/.github/workflows/pre-sanity.yml index 7e2ef58..15ccaf2 100644 --- a/.github/workflows/pre-sanity.yml +++ b/.github/workflows/pre-sanity.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build dev image run: make .build-image