Skip to content

Commit 76bb620

Browse files
GitHub Actions: Bump actions/checkout in the gh-dependencies group
Bumps the gh-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f678ebd commit 76bb620

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: sysctl -w vm.mmap_rnd_bits=28
3737

3838
- name: Checkout code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with: { 'fetch-depth': 0 }
4141

4242
- name: Install unzip (for tests) and zstd (for faster caching)
@@ -167,7 +167,7 @@ jobs:
167167
run: sysctl -w vm.mmap_rnd_bits=28
168168

169169
- name: Checkout code
170-
uses: actions/checkout@v4
170+
uses: actions/checkout@v5
171171
with: { 'fetch-depth': 0 }
172172

173173
- name: Install zstd (for faster caching)
@@ -219,7 +219,7 @@ jobs:
219219
# --health-timeout 5s
220220
# --health-retries 5
221221
# steps:
222-
# - uses: actions/checkout@v4
222+
# - uses: actions/checkout@v5
223223
# - name: Select Xcode 11.4
224224
# run: sudo xcode-select -s /Applications/Xcode_11.4.app
225225
# - name: Log Xcode version

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: Lint Front-End
3333
run: make lint-front-end
3434
- name: Build Front-End

.github/workflows/query-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
image: registry.gitlab.com/finestructure/spi-base:2.1.0
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with: { 'fetch-depth': 0 }
3636

3737
- name: Install unzip (for tests) and zstd (for faster caching)

.github/workflows/snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434
- name: Build Front-End

0 commit comments

Comments
 (0)