Skip to content

Commit c6cdd9f

Browse files
author
Rob Tjalma
authored
Merge pull request #130 from com-pas/dependabot/github_actions/actions/cache-3
chore(deps): bump actions/cache from 2 to 3
2 parents f986895 + 38e7182 commit c6cdd9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v1
2525
- name: Cache Docker Register
2626
if: ${{ github.event_name == 'pull_request' }}
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/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2626
password: ${{ secrets.DOCKER_HUB_TOKEN }}
2727
- name: Cache Docker Register
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: /tmp/.buildx-cache
3131
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

0 commit comments

Comments
 (0)