Update actions/checkout action to v2.4.0

This commit is contained in:
Renovate Bot 2021-11-02 18:30:49 +00:00 committed by renovate[bot]
parent cb934c2c41
commit 7566bf4cbd
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ jobs:
matrix: matrix:
java: [ 'openjdk@1.11' ] java: [ 'openjdk@1.11' ]
steps: steps:
- uses: actions/checkout@v2.3.5 - uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 100 fetch-depth: 100
- uses: jorelali/setup-elm@v3 - uses: jorelali/setup-elm@v3

View File

@ -6,7 +6,7 @@ jobs:
docker-images: docker-images:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2.3.5 - uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set current version - name: Set current version

View File

@ -11,7 +11,7 @@ jobs:
matrix: matrix:
java: [ 'openjdk@1.11' ] java: [ 'openjdk@1.11' ]
steps: steps:
- uses: actions/checkout@v2.3.5 - uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-scala@v13

View File

@ -11,7 +11,7 @@ jobs:
matrix: matrix:
java: [ 'openjdk@1.11' ] java: [ 'openjdk@1.11' ]
steps: steps:
- uses: actions/checkout@v2.3.5 - uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-scala@v13

View File

@ -7,7 +7,7 @@ jobs:
publish-website: publish-website:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2.3.5 - uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set current version - name: Set current version