From 443fb1f448184f74f08e8575f675c0bcac64d877 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Tue, 1 Oct 2024 22:43:30 -0400 Subject: [PATCH] Updated peter-evans/create-pull-request to v7 --- .github/workflows/update-oss-attribution.yml | 2 +- .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