diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 8bb560d2a..f8b743db0 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -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: | diff --git a/.github/workflows/RunUnityTests.yml b/.github/workflows/RunUnityTests.yml index 49016118c..328c0a959 100644 --- a/.github/workflows/RunUnityTests.yml +++ b/.github/workflows/RunUnityTests.yml @@ -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. diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index b982b25f5..0218bc335 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -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