Skip to content

Commit 4768a9e

Browse files
authored
Merge branch 'master' into feat/drizzle-postgres
2 parents 24764f9 + 953c476 commit 4768a9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7.0
44+
uses: docker/build-push-action@v6.11.0
4545
with:
4646
context: .
4747
push: true

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: ⬣ Install Node.js
19-
uses: actions/setup-node@v4.0.3
19+
uses: actions/setup-node@v4.1.0
2020
with:
2121
node-version: 18
2222

@@ -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.0.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)