We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0be20fa + 152f27b commit 18669f1Copy full SHA for 18669f1
.github/workflows/build-project.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache Docker Register
26
if: ${{ github.event_name == 'pull_request' }}
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: /tmp/.buildx-cache
30
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
.github/workflows/release-project.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4.1.1
20
21
22
23
0 commit comments