From a024352b15d14d731a140b5fa9e08a18c2f3bf05 Mon Sep 17 00:00:00 2001 From: Michael C Date: Mon, 30 Jan 2023 17:11:18 -0500 Subject: [PATCH] update GHA --- .github/workflows/update-oss-attribution.yml | 4 ++-- .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>