diff options
author | Brian Choromanski <[email protected]> | 2024-10-01 22:43:30 -0400 |
---|---|---|
committer | Brian Choromanski <[email protected]> | 2024-10-01 22:43:30 -0400 |
commit | 443fb1f448184f74f08e8575f675c0bcac64d877 (patch) | |
tree | 923b07978fa1fef04a3dafe42a6235eb8b93d802 | |
parent | 7cd70899808d31a0e455903d3f7343c8b95849f4 (diff) | |
download | SponsorBlock-443fb1f448184f74f08e8575f675c0bcac64d877.tar.gz SponsorBlock-443fb1f448184f74f08e8575f675c0bcac64d877.zip |
Updated peter-evans/create-pull-request to v7
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 2 | ||||
-rw-r--r-- | .github/workflows/updateInvidous.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 72cf8ca1..38679fe6 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 3be1203a..509e4cfd 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 |