From 77bf43ca9f1e87429f2f0236229779b05bd4b0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:03:18 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [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: all-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 8 ++++---- .github/workflows/devskim.yml | 2 +- .github/workflows/powershell.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ce85ac2..2c14c90 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -28,14 +28,14 @@ jobs: steps: # Checkout repository (fetch full history + tags for Git-tagging tests) - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # required so HEAD~1..HEAD and tag lookups work fetch-tags: true # required so `git tag --points-at HEAD` can see tags # Cache user-scoped PowerShell modules to speed up PSDepend installs - name: Cache PowerShell modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.local/share/powershell/Modules @@ -133,14 +133,14 @@ jobs: steps: # Checkout repository (fetch full history + tags; required for tag-aware tests and packaging) - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true # Cache user-scoped PowerShell modules to speed up PSDepend installs - name: Cache PowerShell modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.local/share/powershell/Modules diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml index fd9e42a..21b026b 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run DevSkim scanner uses: microsoft/DevSkim-Action@v1 diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 2a46180..a0228ec 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run PSScriptAnalyzer uses: microsoft/psscriptanalyzer-action@v1.1