Skip to content

Commit

Permalink
bump actions/cache from v2 to v3 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed Mar 5, 2023
1 parent b518dd6 commit f6d6cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/cache@v2
- uses: actions/cache@v3
if: ${{ inputs.skip-cache != 'true' }}
with:
path: |
Expand Down

0 comments on commit f6d6cb4

Please sign in to comment.