Skip to content

Commit

Permalink
Merge pull request #7 from rsadsb/use-checkout-v4
Browse files Browse the repository at this point in the history
ci: Use checkout@v4
  • Loading branch information
wcampbell0x2a authored Sep 6, 2023
2 parents 57f9466 + 1277677 commit 8607da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit 8607da6

Please sign in to comment.