Skip to content

Commit 52abbd5

Browse files
authored
Merge pull request #574 from biosimulators/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents f0430cb + 36fe590 commit 52abbd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buildDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v1
4343

4444
- name: Cache Docker layers
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
with:
4747
path: /tmp/.buildx-cache
4848
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/validateCommitSimulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.9'
3131

3232
- name: Setup pip cache
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: /opt/hostedtoolcache/Python
3636
key: ${{ runner.os }}-pip-${{ hashFiles('${GITHUB_WORKSPACE}/requirements.txt') }}-${{ hashFiles('${GITHUB_WORKSPACE}/requirements.optional.txt') }}

0 commit comments

Comments
 (0)