Update actions/checkout action to v4

This commit is contained in:
Max 2024-03-27 00:18:00 +01:00 committed by GitHub
parent 0327b1e507
commit 9eca2d3d71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Build the site in the jekyll/builder container - name: Build the site in the jekyll/builder container
run: | run: |
docker run \ docker run \