Skip to content

Commit ecc38c2

Browse files
author
Rob Tjalma
authored
Merge pull request #58 from com-pas/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 7a80533 + 8838db5 commit ecc38c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests-basex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: buildx
2525
uses: docker/setup-buildx-action@v1
2626
- name: Cache Docker Register
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: /tmp/.buildx-cache
3030
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: buildx
2525
uses: docker/setup-buildx-action@v1
2626
- name: Cache Docker Register
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
with:
2929
path: /tmp/.buildx-cache
3030
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

0 commit comments

Comments
 (0)