diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2023-01-18 13:38:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 13:38:13 -0500 |
commit | ef70d16c43c2f566a4fe2955b8d6c08f6c185af8 (patch) | |
tree | 3086e6b5d4a20207e3cc82c13765e9fa3cbde0da | |
parent | e1a8a18a58f77f404bcfa6e08a4f8451f09401a0 (diff) |
Update update-site.yml
-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 |