Skip to content

Commit

Permalink
Merge pull request #55 from ruby/dependabot/github_actions/docker/log…
Browse files Browse the repository at this point in the history
…in-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
hsbt authored Dec 26, 2023
2 parents 98f8fbf + 32b02c0 commit 3f482ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
docker run rubylang/ruby:${{ github.event.inputs.RUBY_VERSION }}-${{ github.event.inputs.UBUNTU_VERSION }}${ARCH_SUFFIX} ruby -v
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 3f482ea

Please sign in to comment.