Skip to content

Commit

Permalink
Update the cache action
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Nov 18, 2024
1 parent 6469e59 commit 4406704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: bundle update
- name: Cache modules
id: modules
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: modules
key: ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}
Expand Down

0 comments on commit 4406704

Please sign in to comment.