Merge pull request #3304 from lammps/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
Axel Kohlmeyer
2022-06-16 17:48:30 -04:00
committed by GitHub

View File

@ -28,7 +28,7 @@ jobs:
run: mkdir build
- name: Set up ccache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.CCACHE_DIR }}
key: macos-ccache-${{ github.sha }}