Browse Source

workflows/main.yml: update the "checkout" action to v3

Stephen Gold 2 years ago
parent
commit
eff130a8f9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -64,7 +64,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Clone the repo
       - name: Clone the repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
       - name: Validate the Gradle wrapper
       - name: Validate the Gradle wrapper
@@ -105,7 +105,7 @@ jobs:
 
 
     steps:
     steps:
       - name: Clone the repo
       - name: Clone the repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1
 
 
@@ -298,7 +298,7 @@ jobs:
 
 
       # We need to clone everything again for uploadToMaven.sh ...
       # We need to clone everything again for uploadToMaven.sh ...
       - name: Clone the repo
       - name: Clone the repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
         with:
           fetch-depth: 1
           fetch-depth: 1