Skip to content

Commit 1ccd20e

Browse files
authored
Merge branch 'master' into dependabot/github_actions/docker/metadata-action-5.6.1
2 parents 6423292 + 953c476 commit 1ccd20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
suffix=
4242
4343
- name: 🐳 Build and push Docker image
44-
uses: docker/build-push-action@v6.9.0
44+
uses: docker/build-push-action@v6.11.0
4545
with:
4646
context: .
4747
push: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "##[set-output name=dir;]$(yarn cache dir)"
2727
2828
- name: 🔧 Restore yarn cache
29-
uses: actions/cache@v4.1.2
29+
uses: actions/cache@v4.2.0
3030
id: yarn-cache
3131
with:
3232
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)