Skip to content

Commit

Permalink
Update actions/checkout action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2022
1 parent 34fb81b commit 3851e46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0.2
uses: actions/checkout@v3.1.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@v3.0.2
uses: actions/checkout@v3.1.0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v13
- name: Cache scala dependencies
Expand All @@ -51,7 +51,7 @@ jobs:
scala: ['2.12.15', '2.13.8', '3.1.2']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -75,7 +75,7 @@ jobs:
java: ['11', '17']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down

0 comments on commit 3851e46

Please sign in to comment.