Skip to content

Commit

Permalink
Merge pull request #134 from TheDGOfficial/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4.1.0

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
TheDGOfficial authored Sep 25, 2023
2 parents a10413f + b2e67ec commit 1c712f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
Expand Down

0 comments on commit 1c712f1

Please sign in to comment.