From e19e5d2299119c43c8cfed6623ebd99b0d176dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:06:10 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v0.6.0 --- .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..75f9fc7 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.0 with: project-url: https://github.com/orgs/codelicia/projects/4 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}