Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

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

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
jwillker committed May 22, 2022
2 parents e422475 + 773a7c9 commit cb3c994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
Expand Down

0 comments on commit cb3c994

Please sign in to comment.