Browse Source

CI: Bump version for `actions/checkout@v4` and `actions/setup-dotnet@v3`

Rémi Verschelde 1 year ago
parent
commit
de14f1d295

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

@@ -18,7 +18,7 @@ jobs:
     name: Template (target=template_release)
     name: Template (target=template_release)
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Set up Java 11
       - name: Set up Java 11
         uses: actions/setup-java@v3
         uses: actions/setup-java@v3

+ 2 - 2
.github/workflows/godot_cpp_test.yml

@@ -18,14 +18,14 @@ jobs:
     runs-on: "ubuntu-20.04"
     runs-on: "ubuntu-20.04"
     name: "Build and test Godot CPP"
     name: "Build and test Godot CPP"
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Setup python and scons
       - name: Setup python and scons
         uses: ./.github/actions/godot-deps
         uses: ./.github/actions/godot-deps
 
 
       # Checkout godot-cpp
       # Checkout godot-cpp
       - name: Checkout godot-cpp
       - name: Checkout godot-cpp
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: godotengine/godot-cpp
           repository: godotengine/godot-cpp
           ref: ${{ env.GODOT_CPP_BRANCH }}
           ref: ${{ env.GODOT_CPP_BRANCH }}

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

@@ -18,7 +18,7 @@ jobs:
     name: Template (target=template_release)
     name: Template (target=template_release)
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Setup Godot build cache
       - name: Setup Godot build cache
         uses: ./.github/actions/godot-cache
         uses: ./.github/actions/godot-cache

+ 2 - 2
.github/workflows/linux_builds.yml

@@ -85,7 +85,7 @@ jobs:
             artifact: true
             artifact: true
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       # Need newer mesa for lavapipe to work properly.
       # Need newer mesa for lavapipe to work properly.
       - name: Linux dependencies for tests
       - name: Linux dependencies for tests
@@ -111,7 +111,7 @@ jobs:
         uses: ./.github/actions/godot-deps
         uses: ./.github/actions/godot-deps
 
 
       - name: Set up .NET Sdk
       - name: Set up .NET Sdk
-        uses: actions/setup-dotnet@v2
+        uses: actions/setup-dotnet@v3
         if: ${{ matrix.build-mono }}
         if: ${{ matrix.build-mono }}
         with:
         with:
           dotnet-version: '6.0.x'
           dotnet-version: '6.0.x'

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

@@ -33,7 +33,7 @@ jobs:
             sconsflags: debug_symbols=no
             sconsflags: debug_symbols=no
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Setup Godot build cache
       - name: Setup Godot build cache
         uses: ./.github/actions/godot-cache
         uses: ./.github/actions/godot-cache

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

@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-22.04
     runs-on: ubuntu-22.04
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           fetch-depth: 2
           fetch-depth: 2
 
 

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

@@ -20,7 +20,7 @@ jobs:
     name: Template (target=template_release)
     name: Template (target=template_release)
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Set up Emscripten latest
       - name: Set up Emscripten latest
         uses: mymindstorm/setup-emsdk@v12
         uses: mymindstorm/setup-emsdk@v12

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

@@ -38,7 +38,7 @@ jobs:
             sconsflags: debug_symbols=no
             sconsflags: debug_symbols=no
 
 
     steps:
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
 
       - name: Setup Godot build cache
       - name: Setup Godot build cache
         uses: ./.github/actions/godot-cache
         uses: ./.github/actions/godot-cache