Skip to content

Commit 2fc0afb

Browse files
Bump actions/checkout from 5 to 6 in the dependencies group (#276)
1 parent fe44bbe commit 2fc0afb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
container: swift:noble
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with: { 'fetch-depth': 0 }
3434
- name: API breaking changes
3535
run: |
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install curl
7272
run: apt-get update -y -q && apt-get install -y curl
7373
- name: Check out package
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
- name: Run local tests
7676
run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable
7777
- name: Upload coverage data
@@ -102,10 +102,10 @@ jobs:
102102
POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256
103103
steps:
104104
- name: Check out package
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v6
106106
with: { path: 'postgres-kit' }
107107
- name: Check out fluent-postgres-driver dependent
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
with: { repository: 'vapor/fluent-postgres-driver', path: 'fluent-postgres-driver' }
110110
- name: Use local package
111111
run: swift package --package-path fluent-postgres-driver edit postgres-kit --path postgres-kit
@@ -140,7 +140,7 @@ jobs:
140140
pg_ctl start --wait
141141
timeout-minutes: 15
142142
- name: Checkout code
143-
uses: actions/checkout@v5
143+
uses: actions/checkout@v6
144144
- name: Run local tests
145145
run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable
146146
- name: Upload coverage data
@@ -154,7 +154,7 @@ jobs:
154154
timeout-minutes: 30
155155
steps:
156156
- name: Check out code
157-
uses: actions/checkout@v5
157+
uses: actions/checkout@v6
158158
- name: Install SDK
159159
run: swift sdk install https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378
160160
- name: Build

0 commit comments

Comments
 (0)