Skip to content

Commit

Permalink
Bump checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-BaptisteC <[email protected]>
  • Loading branch information
Jean-BaptisteC authored and biodranik committed Nov 9, 2023
1 parent 9132788 commit 1fc87c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check Zola build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build with Zola
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Publish to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build with Zola
run: |
Expand Down

0 comments on commit 1fc87c2

Please sign in to comment.