From 1351a277ab6049e2e8c22357865ef7a5359f4d3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:40:59 +0000 Subject: [PATCH] build(deps): Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0da8e46333d7b6e01d0e857452a1e99cb47be205 to a800ee63826928f6b421744e6fdf24cabf39f7f0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/0da8e46333d7b6e01d0e857452a1e99cb47be205...a800ee63826928f6b421744e6fdf24cabf39f7f0) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index bd805f4e3..237042e48 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -11,7 +11,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@0da8e46333d7b6e01d0e857452a1e99cb47be205 # main + - uses: actions/add-to-project@a800ee63826928f6b421744e6fdf24cabf39f7f0 # main with: project-url: https://github.com/orgs/notaryproject/projects/10 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} \ No newline at end of file