chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot] 2023-09-04 14:16:16 +00:00 committed by Kavin
parent f64be47505
commit 589f4af866

View file

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