1
0

Merge pull request #109 from apache/dependabot/github_actions/actions/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
This commit is contained in:
Bruno P. Kinoshita
2022-10-08 00:30:06 +13:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3.0.2 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/cache@v3.0.10 - uses: actions/cache@v3.0.10
with: with:
path: ~/.m2/repository path: ~/.m2/repository

View File

@@ -29,7 +29,7 @@ jobs:
java: [ 8 ] java: [ 8 ]
steps: steps:
- uses: actions/checkout@v3.0.2 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/cache@v3.0.10 - uses: actions/cache@v3.0.10
with: with:
path: ~/.m2/repository path: ~/.m2/repository

View File

@@ -34,7 +34,7 @@ jobs:
# experimental: true # experimental: true
steps: steps:
- uses: actions/checkout@v3.0.2 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/cache@v3.0.10 - uses: actions/cache@v3.0.10
with: with:
path: ~/.m2/repository path: ~/.m2/repository

View File

@@ -38,7 +38,7 @@ jobs:
steps: steps:
- name: "Checkout code" - name: "Checkout code"
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.2 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.0.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -71,7 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump actions/cache from 2 to 3.0.10 #50, #77, #95, #98, #107, #110. Bump actions/cache from 2 to 3.0.10 #50, #77, #95, #98, #107, #110.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/checkout from 2.3.1 to 3.0.2, #24, #63, #75. Bump actions/checkout from 2.3.1 to 3.1.0, #24, #63, #75, #109.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3.5.1 #21. Bump actions/setup-java from 1.4.0 to 3.5.1 #21.