Skip to content

Commit

Permalink
Merge pull request #6 from danimal141/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
danimal141 authored Jan 25, 2023
2 parents 7a74b8c + 53f5099 commit 037d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relearn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
node-version: [16.14.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 037d08e

Please sign in to comment.