Skip to content

Commit d5f328c

Browse files
authored
Merge branch 'main' into dependabot/go_modules/all-go-620e9a709a
2 parents 80f9a0e + f74b456 commit d5f328c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Log in to GHCR
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/release-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/setup-buildx-action@v3
8282

8383
- name: Log in to GHCR
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: ghcr.io
8787
username: ${{ github.actor }}

0 commit comments

Comments
 (0)