Skip to content

Commit c052d87

Browse files
ci: 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](actions/cache@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] <support@github.com>
1 parent 7905713 commit c052d87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pip install platformio
2121

2222
- name: Cache PlatformIO
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: |
2626
~/.platformio
@@ -53,7 +53,7 @@ jobs:
5353
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
5454

5555
- name: Cache PlatformIO
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: |
5959
~/.platformio

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pip install platformio
4242

4343
- name: Cache PlatformIO
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: |
4747
~/.platformio

0 commit comments

Comments
 (0)