Skip to content

Commit

Permalink
Merge pull request #17 from zkpstandard/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
str4d authored Apr 26, 2024
2 parents 1aac57f + 92e9ceb commit a257691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: mdbook build
- name: Check for Orphaned Files
run: ./util/find-orphaned-files.sh
2 changes: 1 addition & 1 deletion .github/workflows/render-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
tool: [email protected]

# Now get the user content:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Now render to the site:

Expand Down

0 comments on commit a257691

Please sign in to comment.