diff options
-rwxr-xr-x | .github/workflows/update-site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 7415c2e..e43457d 100755 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Generate md run: ./scripts/update_site.sh |