Skip to content

Commit

Permalink
Merge pull request #169 from com-pas/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

chore(deps): Bump actions/cache from 3 to 4
  • Loading branch information
Stef3st authored Feb 5, 2024
2 parents 699a94f + a3bd33f commit aeef2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Docker Register
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Expand Down

0 comments on commit aeef2a3

Please sign in to comment.