Skip to content

Commit

Permalink
Merge pull request #79 from STNS/renovate/actions-cache-digest
Browse files Browse the repository at this point in the history
Update actions/cache digest to e12d46a
  • Loading branch information
pyama86 authored Jan 17, 2024
2 parents 24ece67 + 5e2e45f commit f9cfd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Cache assets
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: tmp
Expand Down

0 comments on commit f9cfd31

Please sign in to comment.