Update actions/checkout action to v3.5.0

This commit is contained in:
renovate[bot]
2023-04-05 21:37:58 +00:00
parent 4775958435
commit 901631769d
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.4.0
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v5