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
1 changed files with 1 additions and 1 deletions

View File

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