Update actions/checkout action to v3.2.0

This commit is contained in:
renovate[bot]
2022-12-12 20:30:22 +00:00
parent a7bc973345
commit fb322a29ff
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.1.0
- uses: actions/checkout@v3.2.0
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v3