From c2ad51a62ddeb634612ff8e7d1eba8cf5ad070a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:55:22 +0000 Subject: [PATCH] CI: Bump the github-actions group across 2 directories with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Bumps the github-actions group with 1 update in the /.github/actions/universal-package directory: [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 5.0.5 - [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...v5.0.5) Updates `actions/cache` from 5 to 5.0.5 - [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...v5.0.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/universal-package/action.yml | 4 ++-- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-linux_asan.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/link-check.yml | 2 +- .github/workflows/macvim-buildtest.yaml | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/universal-package/action.yml b/.github/actions/universal-package/action.yml index 81a4532dee..710bcd846c 100644 --- a/.github/actions/universal-package/action.yml +++ b/.github/actions/universal-package/action.yml @@ -77,7 +77,7 @@ runs: - name: Restore keg cache id: cache-keg-restore - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v5.0.5 with: path: ${{ steps.setup-formula.outputs.brew_prefix }}/Cellar/${{ inputs.formula }} key: ${{ inputs.formula }}-homebrew-cache-custom-unified-prefix${{ steps.setup-formula.outputs.brew_prefix }}-xcode${{ steps.setup-formula.outputs.xcode_version }}-${{ hashFiles(format('{0}.rb', inputs.formula)) }} @@ -121,7 +121,7 @@ runs: - name: Save keg cache id: cache-keg-save - uses: actions/cache/save@v5 + uses: actions/cache/save@v5.0.5 # We always save the generated artifact even if the whole run # fails due to other issues. This helps debugging build # failure issues faster if the cache doesn't already exist as diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 2bd08c452a..4bb8dcee05 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7 - name: Build timeout-minutes: 15 diff --git a/.github/workflows/ci-linux_asan.yml b/.github/workflows/ci-linux_asan.yml index 54dcd2dca6..b3868d583f 100644 --- a/.github/workflows/ci-linux_asan.yml +++ b/.github/workflows/ci-linux_asan.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7 - name: Build timeout-minutes: 15 diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 2ab16012c2..e5ae99e212 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7 - name: Install packages if: matrix.features == 'huge' diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 013d5142b1..583c2f237a 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -128,7 +128,7 @@ jobs: release: false - name: Checkout repository from GitHub - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7 - name: Create a list of download URLs shell: cmd diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e5c02fbb9a..330b3879ab 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository from github - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index da69554647..712832ee99 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,7 +8,7 @@ jobs: lychee: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7 - name: Run Lychee uses: lycheeverse/lychee-action@v2 with: diff --git a/.github/workflows/macvim-buildtest.yaml b/.github/workflows/macvim-buildtest.yaml index 26f62ae81c..45fb76924b 100644 --- a/.github/workflows/macvim-buildtest.yaml +++ b/.github/workflows/macvim-buildtest.yaml @@ -64,7 +64,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up legacy build if: inputs.legacy @@ -135,7 +135,7 @@ jobs: # Note: Legacy self-hosted runner already has this installed and doesn't need this. - name: Cache Python 2 if: inputs.publish && !inputs.legacy - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: python27-cache key: ${{ inputs.os }}-python27