Skip to content

Commit e2d40c6

Browse files
authored
Merge pull request #3906 from SwiftPackageIndex/dependabot/github_actions/gh-dependencies-76468cb07f
GitHub Actions: Bump actions/checkout from 5 to 6 in the gh-dependencies group
2 parents 6f45a5b + 528a4b0 commit e2d40c6

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@v5
39+
uses: actions/checkout@v6
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@v5
170+
uses: actions/checkout@v6
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@v5
222+
# - uses: actions/checkout@v6
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@v5
31+
uses: actions/checkout@v6
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@v5
34+
uses: actions/checkout@v6
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@v5
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434
- name: Build Front-End

0 commit comments

Comments
 (0)