We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfb0b3c + 9e7de1c commit a9b2c75Copy full SHA for a9b2c75
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v3
25
26
- name: Cache Docker layers
27
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
28
with:
29
path: /tmp/.buildx-cache
30
key: ${{ runner.os }}-buildx-${{ github.sha }}
.github/workflows/pull_request.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
0 commit comments