Skip to content

Commit

Permalink
Update actions/cache@v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe committed Jan 17, 2025
1 parent 8c9b2a6 commit 1683e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)
steps:
- uses: actions/checkout@v4 # clone target repository
- uses: actions/cache@v2 # 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 1683e89

Please sign in to comment.