From 8585124454a5aa4cf5cc83a7a752badcdbdb856f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:28:40 +0000 Subject: [PATCH] Bump actions/add-to-project from 1.0.1 to 2.0.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/9bfe908f2eaa7ba10340b31e314148fcfe6a2458...5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-issues.yml b/.github/workflows/integration-issues.yml index e8c7f69..2650ce3 100644 --- a/.github/workflows/integration-issues.yml +++ b/.github/workflows/integration-issues.yml @@ -15,7 +15,7 @@ jobs: name: Add integration issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd with: project-url: https://github.com/orgs/DARPA-ASKEM/projects/5 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}