From 22e04a3cc49f936eb51474c7961e589f557fc81b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 06:47:15 +0000 Subject: [PATCH] Bump actions/add-to-project from 0.6.0 to 1.0.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.0 to 1.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.6.0...v1.0.0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/awesome-ideas.yml | 2 +- .github/workflows/issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/awesome-ideas.yml b/.github/workflows/awesome-ideas.yml index 3002342b0..5161fbca6 100644 --- a/.github/workflows/awesome-ideas.yml +++ b/.github/workflows/awesome-ideas.yml @@ -20,7 +20,7 @@ jobs: with: filename: .github/issue_from_discussion.md - - uses: actions/add-to-project@v0.6.0 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/CGI-FR/projects/1 github-token: ${{ steps.generate_app_token.outputs.token }} \ No newline at end of file diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index a1b1335a0..51872720f 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -17,7 +17,7 @@ jobs: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/add-to-project@v0.6.0 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/CGI-FR/projects/1 github-token: ${{ steps.generate_app_token.outputs.token }} \ No newline at end of file