diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39b659d65..2badac041 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
UNITY_SCRIPT_ARG: unity${{ env.UNITY_VERSION }}
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/unity-of-bugs/Library
key: Library-unity-of-bugs-${{ steps.env.outputs.unityVersion }}-v1
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e6ae3d48c..1b80acd1a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -154,7 +154,7 @@ jobs:
run: tar -xvzf test-project.tar.gz
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Library
key: Library-IntegrationTest-${{ matrix.platform }}-${{ matrix.unity-version }}-v1
@@ -164,7 +164,7 @@ jobs:
- name: Restore cached build without Sentry
id: cache-build-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Build-NoSentry
key: build-nosentry-${{ matrix.build_platform }}-${{ matrix.unity-version }}
diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml
index 5788728f3..f8e000a80 100644
--- a/.github/workflows/sdk.yml
+++ b/.github/workflows/sdk.yml
@@ -54,7 +54,7 @@ jobs:
shell: bash
- name: Restore from cache
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
id: cache
with:
# Note: native SDKs are cached and only built if the respective 'package-dev/Plugins/' directories are empty.
diff --git a/.github/workflows/test-build-android.yml b/.github/workflows/test-build-android.yml
index d3bf9f7f9..6d376a168 100644
--- a/.github/workflows/test-build-android.yml
+++ b/.github/workflows/test-build-android.yml
@@ -46,7 +46,7 @@ jobs:
run: tar -xvzf test-project.tar.gz
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Library
key: Library-IntegrationTest-Android-${{ env.UNITY_VERSION }}-v1
@@ -56,7 +56,7 @@ jobs:
- name: Restore cached build without Sentry
id: cache-build-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Build-NoSentry
key: build-nosentry-Android-${{ inputs.unity-version }}
diff --git a/.github/workflows/test-build-ios.yml b/.github/workflows/test-build-ios.yml
index eb077748d..87b4fce7e 100644
--- a/.github/workflows/test-build-ios.yml
+++ b/.github/workflows/test-build-ios.yml
@@ -52,7 +52,7 @@ jobs:
run: tar -xvzf test-project.tar.gz
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Library
key: Library-IntegrationTest-iOS-${{ env.UNITY_VERSION }}-v1
@@ -62,7 +62,7 @@ jobs:
- name: Restore cached build without Sentry
id: cache-build-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Build-NoSentry
key: build-nosentry-iOS-${{ inputs.unity-version }}
diff --git a/.github/workflows/test-build-linux.yml b/.github/workflows/test-build-linux.yml
index 393b6f7d2..dcad313d9 100644
--- a/.github/workflows/test-build-linux.yml
+++ b/.github/workflows/test-build-linux.yml
@@ -57,7 +57,7 @@ jobs:
run: tar -xvzf test-project.tar.gz
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Library
key: Library-IntegrationTest-linux-${{ env.UNITY_VERSION }}-v1
@@ -67,7 +67,7 @@ jobs:
- name: Restore cached build without Sentry
id: cache-build-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Build-NoSentry
key: build-nosentry-Linux-${{ inputs.unity-version }}
diff --git a/.github/workflows/test-build-windows.yml b/.github/workflows/test-build-windows.yml
index fb5f2e458..541cac537 100644
--- a/.github/workflows/test-build-windows.yml
+++ b/.github/workflows/test-build-windows.yml
@@ -48,7 +48,7 @@ jobs:
run: tar -xvzf test-project.tar.gz
- name: Cache Unity Library
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Library
key: Library-IntegrationTest-windows-${{ env.UNITY_VERSION }}-v1
@@ -58,7 +58,7 @@ jobs:
- name: Restore cached build without Sentry
id: cache-build-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest/Build-NoSentry
key: build-nosentry-Windows-${{ inputs.unity-version }}
diff --git a/.github/workflows/test-compile-ios.yml b/.github/workflows/test-compile-ios.yml
index 454acda08..37a7ae6d6 100644
--- a/.github/workflows/test-compile-ios.yml
+++ b/.github/workflows/test-compile-ios.yml
@@ -28,7 +28,7 @@ jobs:
- name: Restore cached compiled iOS build without Sentry
if: ${{ inputs.init-type == 'runtime' }}
id: cache-compiled-nosentry
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: IntegrationTest-NoSentry.app
key: build-nosentry-iOS-compiled-${{ inputs.unity-version }}
diff --git a/.github/workflows/test-create.yml b/.github/workflows/test-create.yml
index 8e7ba861c..f4fbaa87d 100644
--- a/.github/workflows/test-create.yml
+++ b/.github/workflows/test-create.yml
@@ -32,7 +32,7 @@ jobs:
- name: Cache IntegrationTest Project
id: cache-project
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: samples/IntegrationTest
key: IntegrationTest-Project-${{ env.UNITY_VERSION }}-${{ hashFiles('test/Scripts.Integration.Test/**') }}-v1
diff --git a/Directory.Build.targets b/Directory.Build.targets
index ca40195e1..620b8f644 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -218,7 +218,10 @@ Expected to exist:
-
+
+