Skip to content

Commit

Permalink
Update actions/checkout action to v2.4.0 (zio#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 2, 2021
1 parent f712bf7 commit b3ceeda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
platform: ['JVM', 'JS']
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down

0 comments on commit b3ceeda

Please sign in to comment.