diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9183890..3c4289ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: sysctl -w vm.mmap_rnd_bits=28 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: { 'fetch-depth': 0 } - name: Install unzip (for tests) and zstd (for faster caching) @@ -167,7 +167,7 @@ jobs: run: sysctl -w vm.mmap_rnd_bits=28 - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: { 'fetch-depth': 0 } - name: Install zstd (for faster caching) @@ -219,7 +219,7 @@ jobs: # --health-timeout 5s # --health-retries 5 # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - name: Select Xcode 11.4 # run: sudo xcode-select -s /Applications/Xcode_11.4.app # - name: Log Xcode version diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1a000d551..9dbe0a7da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Lint Front-End run: make lint-front-end - name: Build Front-End diff --git a/.github/workflows/query-performance.yml b/.github/workflows/query-performance.yml index 254804576..65a50ab2a 100644 --- a/.github/workflows/query-performance.yml +++ b/.github/workflows/query-performance.yml @@ -31,7 +31,7 @@ jobs: image: registry.gitlab.com/finestructure/spi-base:2.1.0 steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: { 'fetch-depth': 0 } - name: Install unzip (for tests) and zstd (for faster caching) diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 2e32a752c..edc55d15e 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Build Front-End