Skip to content

Commit

Permalink
Merge pull request #93 from cwruRobotics/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/cache-4

Bump actions/cache from 3 to 4 in /.github/workflows
  • Loading branch information
InvincibleRMC authored Jan 18, 2024
2 parents 764cb74 + 3ca1644 commit 0d96f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
# Clone submodules as well
submodules: 'true'
- uses: actions/cache@v3 # fetch/store the directory used by ccache before/after the ci run
- uses: actions/cache@v4 # fetch/store the directory used by ccache before/after the ci run
with:
path: ${{ env.CCACHE_DIR }}
# This configuration will always create a new ccache cache starting off from the previous one (if any).
Expand Down

0 comments on commit 0d96f01

Please sign in to comment.