From 9fcc7fa26b1377f2c632342b82ab8023afaa1243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:48:51 +0000 Subject: [PATCH] ci(dependabot): bump actions/add-to-project Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 8f59162ff6331da7cfb994cdfdea456d39c0c9bf to f5473ace9aeee8b97717b281e26980aa5097023f. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/8f59162ff6331da7cfb994cdfdea456d39c0c9bf...f5473ace9aeee8b97717b281e26980aa5097023f) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/create-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml index 37e8d0d..818bcfe 100644 --- a/.github/workflows/create-issue.yml +++ b/.github/workflows/create-issue.yml @@ -8,7 +8,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@8f59162ff6331da7cfb994cdfdea456d39c0c9bf + - uses: actions/add-to-project@f5473ace9aeee8b97717b281e26980aa5097023f with: project-url: https://github.com/orgs/simularium/projects/5 github-token: ${{ secrets.SIMULARIUM }}