Skip to content

Commit eef38db

Browse files
Bump actions/cache from 4 to 5 (#365)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e8511e commit eef38db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Cache pip
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: ~/.cache/pip
2727
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2828
restore-keys: |
2929
${{ runner.os }}-pip-
3030
- name: Cache PlatformIO
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.platformio
3434
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)