From 81ade3ddb2686bfc94424fec5c30b379d405921a Mon Sep 17 00:00:00 2001 From: "Andrew R. Lake" Date: Tue, 14 May 2024 09:58:40 -0400 Subject: [PATCH] Updating actions/add-to-project to 1.0.1 since Git complaining about node.js issue --- .github/workflows/project_auto_add_issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project_auto_add_issue.yml b/.github/workflows/project_auto_add_issue.yml index 92fc2eec..c1a47c48 100644 --- a/.github/workflows/project_auto_add_issue.yml +++ b/.github/workflows/project_auto_add_issue.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: # NOTE: "uses" cannot be a variable so name and version hard-coded here - - uses: actions/add-to-project@v0.5.0 + - uses: actions/add-to-project@v1.0.1 with: project-url: ${{ vars.PROJECT_PS_URL }} - github-token: ${{ secrets.PAT_PROJECT_PS_AUTO_ADD }} \ No newline at end of file + github-token: ${{ secrets.PAT_PROJECT_PS_AUTO_ADD }}