]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Upgrade Github actions in Workfows to node20
authorNikolai Korolev <korolevns98@gmail.com>
Sat, 30 Nov 2024 22:35:11 +0000 (22:35 +0000)
committerNikolai Korolev <korolevns98@gmail.com>
Sat, 30 Nov 2024 22:35:11 +0000 (22:35 +0000)
13 files changed:
.github/workflows/benchmarks.yml
.github/workflows/build-docfx.yml
.github/workflows/build-map-renderer.yml
.github/workflows/build-test-debug.yml
.github/workflows/check-crlf.yml
.github/workflows/publish.yml
.github/workflows/rsi-diff.yml
.github/workflows/test-packaging.yml
.github/workflows/update-credits.yml
.github/workflows/validate-rgas.yml
.github/workflows/validate-rsis.yml
.github/workflows/validate_mapfiles.yml
.github/workflows/yaml-linter.yml

index 3a6129c7a6bcc53ec31169fc67d9af4ced279325..84bc85543776baac73f30432f8909e0ec5c65379 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     name: Run Benchmarks
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
       with:
         submodules: 'recursive'
     - name: Get Engine version
index ca1a6f0af126dca47876b896e118dfe327c3ff8e..5558f8fd7a8fe2963edb883b883f9d4858a257c8 100644 (file)
@@ -8,7 +8,7 @@ jobs:
   docfx:
    runs-on: ubuntu-latest
    steps:
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
     - name: Setup submodule
       run: |
         git submodule update --init --recursive
@@ -19,7 +19,7 @@ jobs:
         cd RobustToolbox/
         git submodule update --init --recursive
     - name: Setup .NET Core
-      uses: actions/setup-dotnet@v3.2.0
+      uses: actions/setup-dotnet@v4.1.0
       with:
         dotnet-version: 8.0.x
 
index 35aed1a7f7f500855bdd34fc2d7bdc7bbb54805a..bad7a989e5b69f99842a9b93142c2dbd1f2522cb 100644 (file)
@@ -19,7 +19,7 @@ jobs:
 
     steps:
       - name: Checkout Master
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.2.2
 
       - name: Setup Submodule
         run: |
@@ -34,7 +34,7 @@ jobs:
           git submodule update --init --recursive
 
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@v3.2.0
+        uses: actions/setup-dotnet@v4.1.0
         with:
           dotnet-version: 8.0.x
 
index 47f9fd1a514e62a830dff4fc63ab64ec1a60efd4..eda3a1f8466fb90e18d21d54f93125574e248994 100644 (file)
@@ -19,7 +19,7 @@ jobs:
 
     steps:
     - name: Checkout Master
-      uses: actions/checkout@v3.6.0
+      uses: actions/checkout@v4.2.2
 
     - name: Setup Submodule
       run: |
@@ -34,7 +34,7 @@ jobs:
         git submodule update --init --recursive
 
     - name: Setup .NET Core
-      uses: actions/setup-dotnet@v3.2.0
+      uses: actions/setup-dotnet@v4.1.0
       with:
         dotnet-version: 8.0.x
 
index 0afcab734ffe2210d180dc83aceb1917889ddb13..15e21f3f39697bdedee7284b488310c20bd0bd9d 100644 (file)
@@ -10,6 +10,6 @@ jobs:
     if: github.event.pull_request.draft == false
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
     - name: Check for CRLF
       run: Tools/check_crlf.py
index 77cf56a5123d97cccc07fe92cbeff9f1541683c8..d03d02cba0ca4e00d0979e9819f010f92632e5d1 100644 (file)
@@ -16,11 +16,11 @@ jobs:
     - name: Install dependencies
       run: sudo apt-get install -y python3-paramiko python3-lxml
 
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
       with:
         submodules: 'recursive'
     - name: Setup .NET Core
-      uses: actions/setup-dotnet@v3.2.0
+      uses: actions/setup-dotnet@v4.1.0
       with:
         dotnet-version: 8.0.x
 
index 98cc97e9221d7c4ab893331d6039ecb40c72f3d6..390ddcda6e7fb6e2e25d1e73d6e4cf7ae5511720 100644 (file)
@@ -11,14 +11,14 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.2.2
 
       - name: Get changed files
         id: files
         uses: Ana06/get-changed-files@v2.3.0
         with:
           format: 'space-delimited'
-          filter: | 
+          filter: |
             **.rsi
             **.png
 
index 2d002f869a169da3c4110c7013465e61fd10afc9..a0cb7f712dee72e26638303e48cb103db5c67b57 100644 (file)
@@ -34,7 +34,7 @@ jobs:
 
     steps:
       - name: Checkout Master
-        uses: actions/checkout@v3.6.0
+        uses: actions/checkout@v4.2.2
 
       - name: Setup Submodule
         run: |
@@ -49,7 +49,7 @@ jobs:
           git submodule update --init --recursive
 
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@v3.2.0
+        uses: actions/setup-dotnet@v4.1.0
         with:
           dotnet-version: 8.0.x
 
index 87babfa2a6881aab7a9eeb0baf6a042e3b53fc6b..eb609556d43611596be41f6caf429fc7cc5457ec 100644 (file)
@@ -4,19 +4,19 @@ on:
   workflow_dispatch:
   schedule:
     - cron: 0 0 * * 0
-    
+
 jobs:
   get_credits:
     runs-on: ubuntu-latest
     # Hey there fork dev! If you like to include your own contributors in this then you can probably just change this to your own repo
     # Do this in dump_github_contributors.ps1 too into your own repo
     if: github.repository == 'space-wizards/space-station-14'
-    
+
     steps:
-      - uses: actions/checkout@v3.6.0
+      - uses: actions/checkout@v4.2.2
         with:
           ref: master
-        
+
       - name: Get this week's Contributors
         shell: pwsh
         env:
@@ -25,25 +25,25 @@ jobs:
 
       # TODO
       #- name: Get this week's Patreons
-      #  run: Tools/script2dumppatreons > Resources/Credits/Patrons.yml        
-      
+      #  run: Tools/script2dumppatreons > Resources/Credits/Patrons.yml
+
       # MAKE SURE YOU ENABLED "Allow GitHub Actions to create and approve pull requests" IN YOUR ACTIONS, OTHERWISE IT WILL MOST LIKELY FAIL
 
 
-      # For this you can use a pat token of an account with direct push access to the repo if you have protected branches. 
+      # For this you can use a pat token of an account with direct push access to the repo if you have protected branches.
       # Uncomment this and comment the other line if you do this.
       # https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches
-      
+
       #- name: Commit new credit files
       #  uses: stefanzweifel/git-auto-commit-action@v4
       #  with:
       #    commit_message: Update Credits
       #    commit_author: PJBot <pieterjan.briers+bot@gmail.com>
-      
+
       # This will make a PR
       - name: Set current date as env variable
         run: echo "NOW=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_ENV
-        
+
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v5
         with:
index 2c4bb40fdf35e06b1dba0757ddb66bc5b71601c2..3b8fc038dabe9f634e2d65ebdf656fba30e2dc52 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     if: github.actor != 'PJBot' && github.event.pull_request.draft == false
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
     - name: Setup Submodule
       run: git submodule update --init
     - name: Pull engine updates
index b76df28e6afff03cc89eae382474e4ffff4db625..5fa2780feccbb3fef56c7a069d2239da3c47cf0d 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     name: Validate RSIs
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3.6.0
+      - uses: actions/checkout@v4.2.2
       - name: Setup Submodule
         run: git submodule update --init
       - name: Pull engine updates
index fb11e1a4697d88f210f3530e90edb65829803d28..06b8e067bfba64b06ac6c687da95544b170ccfc7 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     if: github.actor != 'PJBot' && github.event.pull_request.draft == false
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v3.6.0
+    - uses: actions/checkout@v4.2.2
     - name: Setup Submodule
       run: git submodule update --init
     - name: Pull engine updates
index 691eb29f1de4269dcf3e9f77480b0f4df766c819..762fbff74fb2f8209e6c0ca4240a98902e24851d 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     if: github.actor != 'PJBot' && github.event.pull_request.draft == false
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3.6.0
+      - uses: actions/checkout@v4.2.2
       - name: Setup submodule
         run: |
           git submodule update --init --recursive
@@ -24,7 +24,7 @@ jobs:
           cd RobustToolbox/
           git submodule update --init --recursive
       - name: Setup .NET Core
-        uses: actions/setup-dotnet@v3.2.0
+        uses: actions/setup-dotnet@v4.1.0
         with:
           dotnet-version: 8.0.x
       - name: Install dependencies