Skip to content

Commit

Permalink
pin our ccache action at an older rev to wait for a fix for
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Feb 24, 2024
1 parent 181119a commit b71595f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache arduino dep downloads
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ github.workspace}}/.arduino/downloads
key: ${{ runner.os }}-arduino-downloads
Expand All @@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/[email protected]
uses: hendrikmuhs/[email protected].11
with:
max-size: "32M"
- name: Cache arduino dep downloads
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ github.workspace}}/.arduino/downloads
key: ${{ runner.os }}-arduino-downloads
Expand Down

0 comments on commit b71595f

Please sign in to comment.