未验证 提交 5b7b763a 编写于 作者: R renovate[bot] 提交者: GitHub

Update actions/checkout action to v3.2.0

上级 b9241021
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Java - name: Setup Java
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
scala: ['2.12.17', '2.13.8', '3.2.1'] scala: ['2.12.17', '2.13.8', '3.2.1']
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Java - name: Setup Java
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
scala: ['2.12.17', '2.13.8', '3.2.1'] scala: ['2.12.17', '2.13.8', '3.2.1']
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Java - name: Setup Java
...@@ -92,7 +92,7 @@ jobs: ...@@ -92,7 +92,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
- name: Setup Java - name: Setup Java
uses: actions/setup-java@v3.7.0 uses: actions/setup-java@v3.7.0
with: with:
...@@ -109,7 +109,7 @@ jobs: ...@@ -109,7 +109,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Java - name: Setup Java
...@@ -135,7 +135,7 @@ jobs: ...@@ -135,7 +135,7 @@ jobs:
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
steps: steps:
- name: Checkout current branch - name: Checkout current branch
uses: actions/checkout@v3.1.0 uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Java - name: Setup Java
......
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v3.1.0 - uses: actions/checkout@v3.2.0
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Scala and Java - name: Setup Scala and Java
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册