Skip to content

Commit 14f17d6

Browse files
Merge pull request #59 from depot/dependabot/github_actions/docker/login-action-3
build(deps): Bump docker/login-action from 2 to 3
2 parents 12a6513 + 2a5ec5e commit 14f17d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
type=semver,pattern={{version}}
5050
type=semver,pattern={{major}}.{{minor}}
5151
type=semver,pattern={{major}}
52-
- uses: docker/login-action@v2
52+
- uses: docker/login-action@v3
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)