From f70c7855c93614191fc12896583f73538ff51391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:05:36 +0000 Subject: [PATCH] Bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0008229a2277e5f9299b5d1f06272b00d09342f8 to 0609a2702eefb44781da00f8e04901d6e5cd2b92. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/0008229a2277e5f9299b5d1f06272b00d09342f8...0609a2702eefb44781da00f8e04901d6e5cd2b92) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production ... 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 2e17cf9..932b563 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@0008229a2277e5f9299b5d1f06272b00d09342f8 + - uses: actions/add-to-project@0609a2702eefb44781da00f8e04901d6e5cd2b92 with: project-url: https://github.com/orgs/DARPA-ASKEM/projects/5 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}