Bump actions/checkout from 3 to 3.0.2.

This commit is contained in:
Gary Gregory 2022-09-06 09:20:42 -07:00
parent 49c399b143
commit e20aad0753
4 changed files with 5 additions and 5 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

@ -153,8 +153,8 @@
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224 #298.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285.
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/checkout from 1 to 3.0.2 #166 #173 #183 #193 #262 #264 #285.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
Bump codecov/codecov-action from 2 to 3 #297.