Update actions/checkout action to v3.0.1

This commit is contained in:
Renovate Bot
2022-04-15 00:31:20 +00:00
committed by renovate[bot]
parent 8b235dc705
commit 8ea6d50334
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ jobs:
matrix:
java: [ 'openjdk@1.11' ]
steps:
- uses: actions/checkout@v3.0.0
- uses: actions/checkout@v3.0.1
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v3