From 2b4834e4af0cf337bd77dbfaaabbb8b541c1e573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:35:02 +0000 Subject: [PATCH] Bump the all group with 2 updates 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](https://github.com/docker/login-action/compare/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](https://github.com/danhellem/github-actions-issue-to-work-item/compare/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] --- .github/workflows/build.yaml | 2 +- .github/workflows/devops-boards.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 22d60f7..0a5fd8a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }} diff --git a/.github/workflows/devops-boards.yaml b/.github/workflows/devops-boards.yaml index 5d4b19a..df0ca28 100644 --- a/.github/workflows/devops-boards.yaml +++ b/.github/workflows/devops-boards.yaml @@ -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 }}'