From fa868c36db9eebc06ba504f78e417036cdffcf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:18:49 +0100 Subject: [PATCH] Bump actions/add-to-project from 0.5.0 to 1.0.2 in the all group (#8) * Bump actions/add-to-project from 0.5.0 to 1.0.2 in the all group Bumps the all group with 1 update: [actions/add-to-project](https://github.com/actions/add-to-project). Updates `actions/add-to-project` from 0.5.0 to 1.0.2 - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] * Update .github/workflows/triage-issue.yml Signed-off-by: Marek Kaput --------- Signed-off-by: dependabot[bot] Signed-off-by: Marek Kaput Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marek Kaput --- .github/workflows/triage-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml index 0087fb7..213d239 100644 --- a/.github/workflows/triage-issue.yml +++ b/.github/workflows/triage-issue.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1 with: project-url: https://github.com/orgs/software-mansion/projects/33 github-token: ${{ secrets.CAIROLS_TRIAGE_GITHUB_TOKEN }}