From 14bba98231fac4c59c0e62f010233bced2ddac29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:09:36 +0000 Subject: [PATCH] Bump actions/add-to-project from 0.6.0 to 1.0.2 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.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.6.0...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/add-issue-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index 01934cf..a58df23 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Add newly opened issue to GitHub Project - uses: actions/add-to-project@v0.6.0 + uses: actions/add-to-project@v1.0.2 with: project-url: ${{ secrets.PROJECT_URL }} github-token: ${{ secrets.PROJECTS_TOKEN }}