diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 72cf8ca17..38679fe60 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -29,7 +29,7 @@ jobs: cd ci && npx ts-node prettify.ts - name: Create pull request to update list - uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 + uses: peter-evans/create-pull-request@v7 # v4.2.3 with: commit-message: Update OSS Attribution diff --git a/.github/workflows/updateInvidous.yml b/.github/workflows/updateInvidous.yml index 3be1203ae..509e4cfd3 100644 --- a/.github/workflows/updateInvidous.yml +++ b/.github/workflows/updateInvidous.yml @@ -21,7 +21,7 @@ jobs: run: npm run ci:invidious - name: Create pull request to update list - uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 + uses: peter-evans/create-pull-request@v7 # v4.2.3 with: commit-message: Update Invidious List