Skip to content

Commit 422e8f6

Browse files
Merge pull request #290 from ruby/dependabot/github_actions/docker/login-action-3
2 parents 6f7cd3e + 2ac747f commit 422e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: docker/setup-buildx-action@v3
48-
- uses: docker/login-action@v2
48+
- uses: docker/login-action@v3
4949
with:
5050
username: ${{ github.actor }}
5151
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)