diff --git a/.github/.workflows/build_and_release.yml b/.github/.workflows/build_and_release.yml index 558ce20..71b7cab 100644 --- a/.github/.workflows/build_and_release.yml +++ b/.github/.workflows/build_and_release.yml @@ -26,7 +26,7 @@ jobs: version-file: ./scripting/attr_knockback_modifier.sp - name: Download SourcePawn plugin dependencies - uses: Zabaniya001/SPDependy@v2 + uses: tsuza/SPDependy@v2 with: github_token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/.workflows/test_on_pr.yml b/.github/.workflows/test_on_pr.yml index 1e56f4f..8afe4e3 100644 --- a/.github/.workflows/test_on_pr.yml +++ b/.github/.workflows/test_on_pr.yml @@ -17,7 +17,7 @@ jobs: run: echo SCRIPTS_PATH=$(pwd) >> $GITHUB_ENV - name: Download SourcePawn plugin dependencies - uses: Zabaniya001/SPDependy@v2 + uses: tsuza/SPDependy@v2 with: github_token: "${{ secrets.GITHUB_TOKEN }}"