From f446ed59a519b91fb1969ee08f05966874cb3230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:44:44 +0000 Subject: [PATCH] .github/workflows: Bump actions/add-to-project from 0.4.1 to 0.6.0 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.4.1 to 0.6.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/4756e6330fe1e0a736690d3cfd9f11c9399c2ed4...0609a2702eefb44781da00f8e04901d6e5cd2b92) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-minor ... 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..f36a218a6e6b7 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@0609a2702eefb44781da00f8e04901d6e5cd2b92 with: project-url: https://github.com/orgs/ceph/projects/2 github-token: ${{ secrets.GITHUB_TOKEN }}