Update actions/checkout action to v3.5.2

This commit is contained in:
renovate[bot]
2023-04-14 10:50:09 +00:00
parent 3bc3cb3e21
commit 1871ff786a
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.5.0
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v5