Skip to content

Commit fbc4b25

Browse files
authored
Update sync_wiki.yml
1 parent 06033f5 commit fbc4b25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sync_wiki.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: [ workflow_dispatch ]
44

55
jobs:
66
sync_wiki:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- name: Get wiki commit hash
10-
uses: jannekem/run-python-script-action@088ec07b341540e5742f0426f5fdaf81950bac45 # pin@v1.2
10+
uses: jannekem/run-python-script-action@bbfca66c612a28f3eeca0ae40e1f810265e2ea68 # v1.7
1111
with:
1212
script: |
1313
import requests
@@ -16,7 +16,7 @@ jobs:
1616
set_env("WIKI_SHA", commit["sha"])
1717
1818
- name: Set commit status as pending
19-
uses: myrotvorets/set-commit-status-action@74391422f441069685b0836133f6117f286debe5 # pin@1.1.5
19+
uses: myrotvorets/set-commit-status-action@3730c0a348a2ace3c110851bed53331bc6406e9f # v2.0.1
2020
with:
2121
token: ${{ secrets.WIKI_TOKEN }}
2222
status: pending
@@ -32,7 +32,7 @@ jobs:
3232
git push --force wiki master
3333
3434
- name: Set final commit status
35-
uses: myrotvorets/set-commit-status-action@74391422f441069685b0836133f6117f286debe5 # pin@1.1.5
35+
uses: myrotvorets/set-commit-status-action@3730c0a348a2ace3c110851bed53331bc6406e9f # v2.0.1
3636
if: ${{ always() }}
3737
with:
3838
token: ${{ secrets.WIKI_TOKEN }}

0 commit comments

Comments
 (0)