Skip to content

Commit 733b1c4

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7710d03 commit 733b1c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: 3.x
4444
- name: Cache PlatformIO
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ~/.platformio
4848
key: pio-${{ hashFiles('platformio.ini') }}
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
python-version: 3.x
7474
- name: Cache PlatformIO
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: ~/.platformio
7878
key: pio-${{ hashFiles('platformio.ini') }}

0 commit comments

Comments
 (0)