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
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
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
steps:
- name: Checkout Master
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.2.2
- name: Setup Submodule
run: |
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
steps:
- name: Checkout Master
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.2.2
- name: Setup Submodule
run: |
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
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
- 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
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
steps:
- name: Checkout Master
- uses: actions/checkout@v3.6.0
+ uses: actions/checkout@v4.2.2
- name: Setup Submodule
run: |
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
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:
# 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:
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
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
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
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
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