From b94afe4ccd7897a542e1fe50414484e2e290d482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 01:04:32 +0000 Subject: [PATCH] Bump actions/add-to-project from 0.5.0 to 0.6.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/add-issues-to-projects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-issues-to-projects.yml b/.github/workflows/add-issues-to-projects.yml index 9f36eee0b..a1337162c 100644 --- a/.github/workflows/add-issues-to-projects.yml +++ b/.github/workflows/add-issues-to-projects.yml @@ -11,7 +11,7 @@ jobs: name: Add issue to backlog runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/cloudfoundry/projects/35 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} @@ -20,7 +20,7 @@ jobs: name: Add epic to roadmap runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/cloudfoundry/projects/29 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}