Skip to content

Commit eff130a

Browse files
committed
workflows/main.yml: update the "checkout" action to v3
1 parent 4fb9564 commit eff130a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Clone the repo
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v3
6868
with:
6969
fetch-depth: 1
7070
- name: Validate the Gradle wrapper
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- name: Clone the repo
108-
uses: actions/checkout@v2
108+
uses: actions/checkout@v3
109109
with:
110110
fetch-depth: 1
111111

@@ -298,7 +298,7 @@ jobs:
298298

299299
# We need to clone everything again for uploadToMaven.sh ...
300300
- name: Clone the repo
301-
uses: actions/checkout@v2
301+
uses: actions/checkout@v3
302302
with:
303303
fetch-depth: 1
304304

0 commit comments

Comments
 (0)