From d4d58d24328029bffaf7d499357bfb5562ac82fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Fri, 28 Oct 2022 16:35:09 +0200 Subject: [PATCH] fix(CI): use add-to-projects v0.0.5 --- .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 a46a01139..e56931291 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -11,7 +11,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.3.0 + - uses: actions/add-to-project@v0.0.5 with: project-url: https://github.com/azerothcore/azerothcore-wotlk/projects/14 github-token: ${{ secrets.GITHUB_TOKEN }}