Skip to content

Commit

Permalink
Merge pull request #87 from notional-labs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
faddat authored Jun 30, 2023
2 parents 59369bb + 70fa74d commit 430618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup pandoc
Expand Down

0 comments on commit 430618c

Please sign in to comment.