From 5c960f794111527a1ea562f9dc1982935da99096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:20:41 +0000 Subject: [PATCH] chore(deps): update actions/add-to-project action to v1 --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index b6b623e..4b17259 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -13,7 +13,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.0 with: project-url: https://github.com/orgs/justtrackio/projects/1 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}