Merge pull request #6 from TeamPiped/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
This commit is contained in:
Kavin 2022-11-09 20:46:44 +00:00 committed by GitHub
commit cb5ac4f69d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Hugo