Skip to content

Commit 18669f1

Browse files
authored
Merge pull request #311 from com-pas/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents 0be20fa + 152f27b commit 18669f1

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

2525
- name: Cache Docker Register
2626
if: ${{ github.event_name == 'pull_request' }}
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
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
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4.1.1
2020

2121
- name: Cache Docker Register
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: /tmp/.buildx-cache
2525
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}

0 commit comments

Comments
 (0)