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

Commit

Permalink
Update actions/checkout action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2022
1 parent 7c043d3 commit 72d37d2
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 72d37d2

Please sign in to comment.