Skip to content

Commit f5215b8

Browse files
Bump actions/cache from 4.2.3 to 4.3.0 (#102)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8c6fd4 commit f5215b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5.0.0
1515

1616
- name: Cache pip
17-
uses: actions/cache@v4.2.3
17+
uses: actions/cache@v4.3.0
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@v4.2.3
25+
uses: actions/cache@v4.3.0
2626
with:
2727
path: ~/.platformio
2828
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

0 commit comments

Comments
 (0)