diff options
author | Michael C <[email protected]> | 2023-01-30 17:11:18 -0500 |
---|---|---|
committer | Michael C <[email protected]> | 2023-03-07 22:00:26 -0500 |
commit | a024352b15d14d731a140b5fa9e08a18c2f3bf05 (patch) | |
tree | 5f8aadc50634cd1bfac54b9eddf54034f3fa1641 /.github | |
parent | ef222ce22905e07c4117f666b542259ec9a1561a (diff) | |
download | SponsorBlock-a024352b15d14d731a140b5fa9e08a18c2f3bf05.tar.gz SponsorBlock-a024352b15d14d731a140b5fa9e08a18c2f3bf05.zip |
update GHA
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 4 | ||||
-rw-r--r-- | .github/workflows/updateInvidous.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 6e64b859..ea1a9743 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -24,8 +24,8 @@ jobs: mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt - name: Create pull request to update list - uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 - # v4.2.0 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 + # v4.2.3 with: commit-message: Update OSS Attribution author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> diff --git a/.github/workflows/updateInvidous.yml b/.github/workflows/updateInvidous.yml index 5c4baa89..5e01b5ca 100644 --- a/.github/workflows/updateInvidous.yml +++ b/.github/workflows/updateInvidous.yml @@ -18,8 +18,8 @@ jobs: run: npm run ci:invidious - name: Create pull request to update list - uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 - # v4.2.0 + uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04 + # v4.2.3 with: commit-message: Update Invidious List author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |