Skip to content

Commit

Permalink
Bump github actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt authored and mike-burns committed Dec 22, 2023
1 parent c61315a commit ee1620f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -8,10 +8,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install mdbook
Expand Down

0 comments on commit ee1620f

Please sign in to comment.