Skip to content

Commit

Permalink
ci - update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Feb 18, 2025
1 parent a2afab0 commit f983a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Zig
uses: mlugg/setup-zig@v1
Expand All @@ -42,7 +42,7 @@ jobs:
mv zig-out ../zig-out/docs/examples
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: 'zig-out/docs'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit f983a0b

Please sign in to comment.