From 195a708f0dfa5a25057add813ab139660aa990cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:06:30 +0000 Subject: [PATCH] chore(deps): 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/9bfe908f2eaa7ba10340b31e314148fcfe6a2458...244f685bbc3b7adfa8466e08b698b5577571133e) --- 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/proj.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proj.yml b/.github/workflows/proj.yml index 4cdac37..dd64210 100644 --- a/.github/workflows/proj.yml +++ b/.github/workflows/proj.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: # Target the team project board. - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: project-url: https://github.com/orgs/comcast-cl/projects/3 github-token: ${{ secrets.PROJECT_ISSUE_CREATION_TOKEN }}