Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/BuildModCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rimworld-version: [1.4, 1.5, 1.6]
steps:
- name: Checkout Repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

- name: Setup Dotnet
uses: actions/setup-dotnet@v4.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GenerateCompatibilityList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v5.0.0

- name: Setup Dotnet
uses: actions/setup-dotnet@v4.3.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/GenerateReleaseZip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
rimworld-version: [1.4, 1.5, 1.6] # Add Rimworld version here!
steps:
- name: Checkout Repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

- name: Setup Dotnet
uses: actions/setup-dotnet@v4.3.1
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

# The repository needs to be checked out for the next changelog step.
- name: Checkout Repository
uses: actions/checkout@v4.2.2
uses: actions/checkout@v5.0.0

# Download the build artifact from the package job.
- name: Download Mod Artifacts from Build Step
Expand Down
Loading