Skip to content

Commit 1d5c882

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

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@v4.2.2
1515

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

0 commit comments

Comments
 (0)