Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jackton1 committed Nov 23, 2022
1 parent bf28c8a commit 717164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Update coverage badge
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Expand Down

0 comments on commit 717164d

Please sign in to comment.