Merge pull request #148 from zjedi/dependabot/github_actions/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
zjedi 2023-09-16 15:10:12 +02:00 committed by GitHub
commit dad8d5e408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.6.0