mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
chore(CI): Updated package versions
This commit is contained in:
parent
d90b913d5d
commit
19d5fb4314
4
.github/workflows/CreateRelease.yml
vendored
4
.github/workflows/CreateRelease.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Merge Master into AssetStoreRelease
|
||||
uses: devmasx/merge-branch@master
|
||||
@ -26,7 +26,7 @@ jobs:
|
||||
git pull origin AssetStoreRelease
|
||||
|
||||
- name: Set up .NET Core
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v3
|
||||
|
||||
- name: Install dotnet-script
|
||||
run: |
|
||||
|
2
.github/workflows/RunUnityTests.yml
vendored
2
.github/workflows/RunUnityTests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Do Not Enable Caching --- Library needs to be recompiled every time because Weaver
|
||||
# Leaving this here for posterity to ensure we never turn this on.
|
||||
|
2
.github/workflows/Semantic.yml
vendored
2
.github/workflows/Semantic.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
path: Mirror.unitypackage
|
||||
|
||||
- name: Release
|
||||
uses: cycjimmy/semantic-release-action@v3
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
with:
|
||||
extra_plugins: |
|
||||
@semantic-release/exec
|
||||
|
Loading…
Reference in New Issue
Block a user