From dfcb0f90dbb25099063703ba125394ea81f279da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:06:35 +0400 Subject: [PATCH] chore(deps): bump actions/add-to-project from 0.4.1 to 1.0.0 (#6438) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/roadmap.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/roadmap.yaml b/.github/workflows/roadmap.yaml index e2d234ab93fb..001d7a34a6f6 100644 --- a/.github/workflows/roadmap.yaml +++ b/.github/workflows/roadmap.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: # 'kind/feature' AND 'priority/backlog' labels -> 'Backlog' column - - uses: actions/add-to-project@v0.4.1 # add new issue to project + - uses: actions/add-to-project@v1.0.0 # add new issue to project with: project-url: https://github.com/orgs/aquasecurity/projects/25 github-token: ${{ secrets.ORG_PROJECT_TOKEN }} @@ -28,7 +28,7 @@ jobs: field-values: Backlog # 'kind/feature' AND 'priority/important-longterm' labels -> 'Important (long-term)' column - - uses: actions/add-to-project@v0.4.1 # add new issue to project + - uses: actions/add-to-project@v1.0.0 # add new issue to project with: project-url: https://github.com/orgs/aquasecurity/projects/25 github-token: ${{ secrets.ORG_PROJECT_TOKEN }} @@ -45,7 +45,7 @@ jobs: field-values: Important (long-term) # 'kind/feature' AND 'priority/important-soon' labels -> 'Important (soon)' column - - uses: actions/add-to-project@v0.4.1 # add new issue to project + - uses: actions/add-to-project@v1.0.0 # add new issue to project with: project-url: https://github.com/orgs/aquasecurity/projects/25 github-token: ${{ secrets.ORG_PROJECT_TOKEN }} @@ -62,7 +62,7 @@ jobs: field-values: Important (soon) # 'kind/feature' AND 'priority/critical-urgent' labels -> 'Urgent' column - - uses: actions/add-to-project@v0.4.1 # add new issue to project + - uses: actions/add-to-project@v1.0.0 # add new issue to project with: project-url: https://github.com/orgs/aquasecurity/projects/25 github-token: ${{ secrets.ORG_PROJECT_TOKEN }}