Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 in .github/workflows/t…
Browse files Browse the repository at this point in the history
…inygo.yml
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 681787e commit c6110ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tinygo-version: ${{ matrix.tinygo-version }}

- name: Cache TinyGo build
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: |
~/.cache/tinygo
Expand Down

0 comments on commit c6110ed

Please sign in to comment.