Skip to content

Commit 0250182

Browse files
chore(deps): update docker/login-action action to v4 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a830a3b commit 0250182

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
type=ref,event=branch
4545
type=semver,pattern={{version}}
4646
type=semver,pattern={{major}}.{{minor}}
47-
- uses: docker/login-action@v3
47+
- uses: docker/login-action@v4
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.actor }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v6
1515
- uses: docker/setup-buildx-action@v3
16-
- uses: docker/login-action@v3
16+
- uses: docker/login-action@v4
1717
with:
1818
registry: ghcr.io
1919
username: ${{ github.actor }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- uses: docker/setup-buildx-action@v3
20-
- uses: docker/login-action@v3
20+
- uses: docker/login-action@v4
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)