From 243a491bc25973f58e95072ea4dfbb77fef26d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:15:11 +0000 Subject: [PATCH] Bump actions/add-to-project from 1.0.1 to 1.0.2 Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 571b03a..22f9832 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -30,7 +30,7 @@ jobs: steps: - name: add to project if: ${{ ! inputs.classic }} - uses: actions/add-to-project@v1.0.1 + uses: actions/add-to-project@v1.0.2 with: github-token: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} project-url: "https://github.com/orgs/${{inputs.org}}/projects/${{inputs.project-number}}"