Skip to content

Commit

Permalink
Apply missing update
Browse files Browse the repository at this point in the history
  • Loading branch information
asardaes committed Dec 30, 2024
1 parent 93f8a87 commit 522ecbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Check hash of src files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- id: cache_hit
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
src
key: valgrind-0-${{ hashFiles('src/**') }}
key: valgrind-${{ hashFiles('src/**') }}
outputs:
run_check: ${{ steps.cache_hit.outputs.cache-hit }}
R-CMD-check:
Expand Down

0 comments on commit 522ecbf

Please sign in to comment.