From 6fcb62ae3480e6d5b3ceddab8eaa24720c56c15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:23:39 +0100 Subject: [PATCH] chore(deps): bump actions/add-to-project from 0.6.1 to 1.0.0 (#7436) Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 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.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 2a8841bd5..2c38b5d08 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -10,7 +10,7 @@ jobs: name: Add new issues to project for triage runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.6.1 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/deepset-ai/projects/5 github-token: ${{ secrets.GH_PROJECT_PAT }}