Skip to content

Commit aeef2a3

Browse files
authored
Merge pull request #169 from com-pas/dependabot/github_actions/actions/cache-4
chore(deps): Bump actions/cache from 3 to 4
2 parents 699a94f + a3bd33f commit aeef2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

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

0 commit comments

Comments
 (0)