Skip to content

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] committed Dec 13, 2022
1 parent 81ab2a5 commit d5411c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 Java
Expand All @@ -42,7 +42,7 @@ jobs:
scala: ['2.12.17', '2.13.8', '3.2.0']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -66,7 +66,7 @@ jobs:
scala: ['2.12.17', '2.13.8', '3.2.0']
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -85,7 +85,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Java
uses: actions/setup-java@v3.8.0
with:
Expand All @@ -102,7 +102,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Setup Java
uses: actions/setup-java@v3.8.0
with:
Expand All @@ -128,7 +128,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 Java
Expand Down

0 comments on commit d5411c4

Please sign in to comment.