Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #9 from zio/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves authored Dec 24, 2022
2 parents f12ca23 + 66d6505 commit a3878cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -59,7 +59,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -77,7 +77,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -97,7 +97,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
with:
Expand All @@ -116,7 +116,7 @@ jobs:
platform: ['JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -138,7 +138,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down

0 comments on commit a3878cd

Please sign in to comment.