Pārlūkot izejas kodu

workflows: use v4 of actions/checkout

Stephen Gold 2 gadi atpakaļ
vecāks
revīzija
3686ca7ec3
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 1 1
      .github/workflows/format.yml
  2. 4 4
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/format.yml

@@ -8,7 +8,7 @@ jobs:
     if: github.repository != 'jMonkeyEngine/jmonkeyengine'
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0   
       - name: Prettify code

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

@@ -65,7 +65,7 @@ jobs:
 
     steps:
       - name: Clone the repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 1
       - name: Validate the Gradle wrapper
@@ -108,7 +108,7 @@ jobs:
 
     steps:
       - name: Clone the repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 1
 
@@ -301,7 +301,7 @@ jobs:
 
       # We need to clone everything again for uploadToMaven.sh ...
       - name: Clone the repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 1
 
@@ -345,7 +345,7 @@ jobs:
 
       # We need to clone everything again for uploadToMaven.sh ...
       - name: Clone the repo
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 1