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 6423292 + 953c476 commit 1ccd20eCopy full SHA for 1ccd20e
.github/workflows/registry.yaml
@@ -41,7 +41,7 @@ jobs:
41
suffix=
42
43
- name: 🐳 Build and push Docker image
44
- uses: docker/build-push-action@v6.9.0
+ uses: docker/build-push-action@v6.11.0
45
with:
46
context: .
47
push: true
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
echo "##[set-output name=dir;]$(yarn cache dir)"
27
28
- name: 🔧 Restore yarn cache
29
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.0
30
id: yarn-cache
31
32
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments