From eed6227b617c9af0a0b301f53c92fda7de9a690a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 01:19:55 +0000 Subject: [PATCH] Bump actions/add-to-project from 1.0.0 to 1.0.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... 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 6323afa86..8238bd465 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@v1.0.0 + - uses: actions/add-to-project@v1.0.1 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@v1.0.0 + - uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/cloudfoundry/projects/29 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}