From 261bec1e1bbb328c619f15f1e3543bde15395597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:52:30 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). 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) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/swift-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/swift-ci.yml b/.github/workflows/swift-ci.yml index 4a2fff1..9ab3422 100644 --- a/.github/workflows/swift-ci.yml +++ b/.github/workflows/swift-ci.yml @@ -113,7 +113,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: swift-institute/.github/.github/actions/configure-private-repos@main with: @@ -127,7 +127,7 @@ jobs: run: swift --version - name: Cache Swift packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .build key: linux-embedded-${{ inputs.cache-key-prefix }}-${{ hashFiles('Package.swift', 'Package@*.swift') }} @@ -156,7 +156,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: swift-institute/.github/.github/actions/configure-private-repos@main with: @@ -206,7 +206,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: swift-institute/.github/.github/actions/configure-private-repos@main with: @@ -256,7 +256,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: swift-institute/.github/.github/actions/configure-private-repos@main with: