Skip to content

Commit

Permalink
Merge pull request liblouis#1715 from liblouis/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/cache-4.2.0

build(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
egli authored Feb 3, 2025
2 parents b1e5394 + 34d6597 commit 798304b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: matrix.ucs == 'ucs4'
- name: Compile project
run: make -j
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: /home/runner/work/liblouis/liblouis
key: build-${{ matrix.ucs }}-${{ github.sha }}
Expand All @@ -67,7 +67,7 @@ jobs:
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: /home/runner/work/liblouis/liblouis
key: build-${{ matrix.ucs }}-${{ github.sha }}
Expand Down

0 comments on commit 798304b

Please sign in to comment.