diff options
author | Ajay Ramachandran <[email protected]> | 2023-03-07 22:45:10 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-07 22:45:10 -0500 |
commit | bf13c1244321d47739ff21aaba9256c3d0e4b9e2 (patch) | |
tree | 35abe69b5c76486d23d5d7384ea77302e531b8a1 /.github | |
parent | 9550a66291b407837210e9c78747d517b88746fb (diff) | |
parent | a1f3892bd1880843ab7749787c4edbc160a06f22 (diff) | |
download | SponsorBlock-bf13c1244321d47739ff21aaba9256c3d0e4b9e2.tar.gz SponsorBlock-bf13c1244321d47739ff21aaba9256c3d0e4b9e2.zip |
Merge pull request #1661 from mchangrh/dependency-upgrade
Dependency upgrade
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 5b2acc41..2781f29c 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -27,8 +27,8 @@ jobs: cd ci && ts-node prettify.ts - 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> |