diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0532056..392cffb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v0.3.0 with: project-url: https://github.com/orgs/linuxppc/projects/1 github-token: ${{ secrets.BOT_ACTIONS_TOKEN }}