From a543b105f502e2b4ba57eb161ad58549896ef541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:53:16 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/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/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0e65202..f54d70e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cacher with: path: "~/.local/share/powershell/Modules" @@ -41,7 +41,7 @@ jobs: with: name: Release path: ./release/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cacher with: path: "~/.local/share/powershell/Modules" @@ -67,7 +67,7 @@ jobs: with: name: Release path: ./release/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cacher with: path: "~/.local/share/powershell/Modules" @@ -93,7 +93,7 @@ jobs: with: name: Release path: ./release/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cacher with: path: "~/.local/share/powershell/Modules" @@ -119,7 +119,7 @@ jobs: with: name: Release path: ./release/ - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cacher with: path: "~/.local/share/powershell/Modules"