Skip to content

Commit

Permalink
Merge pull request #3715 from wwahammy/update-actions-cache
Browse files Browse the repository at this point in the history
Update actions/cache to v4
  • Loading branch information
ocdtrekkie authored Oct 6, 2024
2 parents 63f265d + e9d2a06 commit a96550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl https://install.meteor.com/ | sh
- name: cache ccache files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ github.run_number }}
Expand Down

0 comments on commit a96550b

Please sign in to comment.