Update actions/checkout action to v3.0.2

This commit is contained in:
Renovate Bot
2022-04-21 17:08:15 +00:00
committed by renovate[bot]
parent 0075903efd
commit d8727ef6ce
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.1
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v3