Skip to content

Commit

Permalink
Merge pull request #343 from pixelit-project/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
foorschtbar committed Feb 16, 2024
2 parents e5f7d9b + 5ad34e0 commit a397b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
persist-credentials: false

- name: Cache pip 💾
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO 💾
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
Expand Down

0 comments on commit a397b2b

Please sign in to comment.