Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0 (main) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 1cee9dc commit e9cd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Aqua Cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
if: ${{ !github.event.act }} # Don't enable the cache step if we're using act for testing
with:
path: ~/.local/share/aquaproj-aqua
Expand Down

0 comments on commit e9cd0e0

Please sign in to comment.