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 24764f9 + 953c476 commit 4768a9eCopy full SHA for 4768a9e
.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.7.0
+ uses: docker/build-push-action@v6.11.0
45
with:
46
context: .
47
push: true
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: ⬣ Install Node.js
19
- uses: actions/setup-node@v4.0.3
+ uses: actions/setup-node@v4.1.0
20
21
node-version: 18
22
@@ -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.0.2
+ uses: actions/cache@v4.2.0
30
id: yarn-cache
31
32
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments