From baacc6b7c52c97d900853ad21e265ee4b1f0d45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 09:12:26 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 168abe2..fc184d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: container: swift:noble steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: { 'fetch-depth': 0 } - name: API breaking changes run: | @@ -71,7 +71,7 @@ jobs: - name: Install curl run: apt-get update -y -q && apt-get install -y curl - name: Check out package - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run local tests run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable - name: Upload coverage data @@ -102,10 +102,10 @@ jobs: POSTGRES_INITDB_ARGS: --auth-host=scram-sha-256 steps: - name: Check out package - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: { path: 'postgres-kit' } - name: Check out fluent-postgres-driver dependent - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: { repository: 'vapor/fluent-postgres-driver', path: 'fluent-postgres-driver' } - name: Use local package run: swift package --package-path fluent-postgres-driver edit postgres-kit --path postgres-kit @@ -140,7 +140,7 @@ jobs: pg_ctl start --wait timeout-minutes: 15 - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run local tests run: swift test --enable-code-coverage --explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable - name: Upload coverage data @@ -154,7 +154,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install SDK run: swift sdk install https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c - name: Build