We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa58cbd + 5762455 commit c904508Copy full SHA for c904508
2 files changed
.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@v5.0.2
+ uses: actions/cache@v5.0.3
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