Skip to content

Commit

Permalink
Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [docker/login-action](https://github.com/docker/login-action) and [danhellem/github-actions-issue-to-work-item](https://github.com/danhellem/github-actions-issue-to-work-item).


Updates `docker/login-action` from 1 to 3
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v1...v3)

Updates `danhellem/github-actions-issue-to-work-item` from 2.1 to 2.2
- [Release notes](https://github.com/danhellem/github-actions-issue-to-work-item/releases)
- [Commits](danhellem/github-actions-issue-to-work-item@v2.1...v2.2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: danhellem/github-actions-issue-to-work-item
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2024
1 parent d276c4d commit c8fe33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
image: ghcr.io/radius-project/dashboard:latest
- name: Login to ghcr.io
if: ${{ env.CI_PUBLISH_LATEST == 'true' || env.CI_PUBLISH_RELEASE == 'true' }}
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devops-boards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
alert:
runs-on: ubuntu-latest
steps:
- uses: danhellem/github-actions-issue-to-work-item@v2.1
- uses: danhellem/github-actions-issue-to-work-item@v2.2
env:
ado_token: '${{ secrets.ADO_AOCTO_BOT_TOKEN }}'
github_token: '${{ secrets.GH_RAD_CI_BOT_PAT }}'
Expand Down

0 comments on commit c8fe33b

Please sign in to comment.