Skip to content

Commit 4406704

Browse files
Update the cache action
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent 6469e59 commit 4406704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bundle update
3939
- name: Cache modules
4040
id: modules
41-
uses: actions/cache@v1
41+
uses: actions/cache@v3
4242
with:
4343
path: modules
4444
key: ${{ runner.os }}-modules-${{ hashFiles('**/Puppetfile') }}

0 commit comments

Comments
 (0)