Skip to content

Commit 02e596f

Browse files
Merge branch 'ambient-code:main' into feature/add-dbt-support
2 parents 57b4500 + 93e67a4 commit 02e596f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
ref: main
107107

108108
- name: Set up Docker Buildx
109-
uses: docker/setup-buildx-action@v3
109+
uses: docker/setup-buildx-action@v4
110110

111111
- name: Log in to GitHub Container Registry
112-
uses: docker/login-action@v3
112+
uses: docker/login-action@v4
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}

0 commit comments

Comments
 (0)