Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/query-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading