File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 version : ${{ steps.npm-tag.outputs.version }}
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Setup Node
3131 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 7373
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v5
76+ uses : actions/checkout@v6
7777 with :
7878 repository : OneSignal/OneSignal-Unity-SDK
7979 ref : ${{ needs.prep.outputs.release_branch }}
Original file line number Diff line number Diff line change 6565 restore-keys : unity-library-android-
6666
6767 - name : Build APK
68- uses : game-ci/unity-builder@v4
68+ uses : game-ci/unity-builder@v5
6969 env :
7070 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
7171 UNITY_EMAIL : ${{ secrets.UNITY_USERNAME }}
7676 targetPlatform : Android
7777 buildMethod : BuildScript.BuildAndroidEmulator
7878 allowDirtyBuild : true
79+ # Run the Docker build as the runner's host user so the Library
80+ # folder is owned by the runner and actions/cache can tar it in
81+ # the post step (otherwise tar exits with code 2 on root-owned
82+ # files).
83+ runAsHostUser : " true"
7984
8085 - name : Upload APK
8186 uses : actions/upload-artifact@v7
@@ -122,7 +127,7 @@ jobs:
122127 restore-keys : deriveddata-${{ runner.os }}-
123128
124129 - name : Export Xcode project from Unity
125- uses : game-ci/unity-builder@v4
130+ uses : game-ci/unity-builder@v5
126131 env :
127132 UNITY_SERIAL : ${{ secrets.UNITY_SERIAL }}
128133 UNITY_EMAIL : ${{ secrets.UNITY_USERNAME }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Add issue to project
12- uses : actions/add-to-project@v1.0.2
12+ uses : actions/add-to-project@v2
1313 with :
1414 # SDK Cross-Platform Project
1515 project-url : https://github.com/orgs/OneSignal/projects/10
You can’t perform that action at this time.
0 commit comments