From 93af4b8fc51c5222279f466595f38d4333ba34a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:03:14 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.6.1 --- .github/workflows/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index a8d0345..8e78a3f 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Add To GitHub projects - uses: actions/add-to-project@v0.5.0 + uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/codelicia/projects/4 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}