Update actions/checkout action to v4.1.1

This commit is contained in:
renovate[bot]
2023-10-17 16:56:59 +00:00
parent 64a46b382e
commit 56026b890f
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@v4.1.0
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 100
- uses: jorelali/setup-elm@v5