aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/updateInvidous.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/updateInvidous.yml')
-rw-r--r--.github/workflows/updateInvidous.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/updateInvidous.yml b/.github/workflows/updateInvidous.yml
index ede1b9b0..5c4baa89 100644
--- a/.github/workflows/updateInvidous.yml
+++ b/.github/workflows/updateInvidous.yml
@@ -8,8 +8,7 @@ jobs:
check-list:
runs-on: ubuntu-latest
steps:
- - name: Checkout
- uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Download instance list
run: |
wget https://api.invidious.io/instances.json -O ci/data.json
@@ -19,7 +18,8 @@ jobs:
run: npm run ci:invidious
- name: Create pull request to update list
- uses: peter-evans/create-pull-request@923ad837f191474af6b1721408744feb989a4c27
+ uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7
+ # v4.2.0
with:
commit-message: Update Invidious List
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>