From 2727fde1915e8712c476e02aa952a55fa24c1767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:55:39 +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/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 1f26676b1..5b2e0e9ed 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.5.0 + - uses: actions/add-to-project@v0.6.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 73a3c49bf..a1b1335a0 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.5.0 + - uses: actions/add-to-project@v0.6.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