diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9381ce9..f092f33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: name: Add to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v0.4.0 with: project-url: https://github.com/users/TheCyberRonin/projects/1 github-token: ${{ secrets.GH_TOKEN }}