Bumped checkout to v3 for GitHub Action

Bumped nokogiri from 1.12.5 to 1.13.3 in /docs
This commit is contained in:
NovaRain
2022-03-03 16:51:24 +08:00
parent a392e5620a
commit 1b579ad1d4
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Clone sfall
uses: actions/checkout@v2
uses: actions/checkout@v3
# Action is used twice for self-testing only
# DevXP build results are intentionally *not* included in artifact
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2