From d23810638c8fdfff0c3ae9e97a9a1a3fa8b760b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:54:03 +0000 Subject: [PATCH] Bump actions/add-to-project from 0.6.0 to 1.0.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.0 to 1.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/0609a2702eefb44781da00f8e04901d6e5cd2b92...2e5cc851ca7162e9eb510e6da6a5c64022e606a7) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index d4b2553731..5cde8d8a98 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -12,7 +12,7 @@ jobs: name: Add issue to project runs-on: ubuntu-20.04 steps: - - uses: actions/add-to-project@0609a2702eefb44781da00f8e04901d6e5cd2b92 + - uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 with: project-url: https://github.com/orgs/usnistgov/projects/25 github-token: ${{ secrets.COMMIT_TOKEN }}