Skip to content

Commit ae2df3e

Browse files
Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6eaa8f3 commit ae2df3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- uses: actions/checkout@v6.0.2
1515

1616
- name: Cache pip
17-
uses: actions/cache@v5.0.3
17+
uses: actions/cache@v5.0.4
1818
with:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2121
restore-keys: |
2222
${{ runner.os }}-pip-
2323
2424
- name: Cache PlatformIO
25-
uses: actions/cache@v5.0.3
25+
uses: actions/cache@v5.0.4
2626
with:
2727
path: ~/.platformio
2828
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)