From cb1479fc3342eb9f6b23d18bee706e16775ead6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:54:54 +0000 Subject: [PATCH] .github/workflows: Bump actions/add-to-project from 0.4.1 to 1.0.1 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/4756e6330fe1e0a736690d3cfd9f11c9399c2ed4...9bfe908f2eaa7ba10340b31e314148fcfe6a2458) --- 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/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 8566f25992c2a..ee1ba175f932b 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -15,7 +15,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" - name: Assign to Dashboard project # https://github.com/marketplace/actions/add-to-github-projects?version=v0.4.1 - uses: actions/add-to-project@4756e6330fe1e0a736690d3cfd9f11c9399c2ed4 + uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 with: project-url: https://github.com/orgs/ceph/projects/2 github-token: ${{ secrets.GITHUB_TOKEN }}