1
0

Bump actions/checkout from 3 to 3.0.2.

This commit is contained in:
Gary Gregory
2022-09-06 09:33:08 -07:00
parent 43444d649e
commit 5a5c794224
4 changed files with 78 additions and 78 deletions

View File

@@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v3.0.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

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

View File

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

View File

@@ -70,8 +70,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2 to 3.0.8 #50, #77, #95, #98.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/checkout from 2.3.1 to 3, #24, #63, #75.
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/checkout from 2.3.1 to 3.0.2, #24, #63, #75.
</action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3, #21.