Commit f6e554e9 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Jonatan Antoni
Browse files

Bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4

)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent a47f4c6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ jobs:
          pip install -r ./CMSIS/Core/Test/requirements.txt

      - name: Cache vcpkg
        uses: actions/cache@v3
        uses: actions/cache@v4
        with:
          key: vcpkg-${{ runner.os }}-${{ runner.arch }}-${{ github.run_id }}-${{ matrix.compiler }}
          restore-keys: |
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ jobs:
          pip install -r ./CMSIS/CoreValidation/Project/requirements.txt

      - name: Cache vcpkg
        uses: actions/cache@v3
        uses: actions/cache@v4
        with:
          key: vcpkg-${{ runner.os }}-${{ runner.arch }}-${{ github.run_id }}-${{ matrix.compiler }}
          restore-keys: |