Commit Graph

877 Commits (76a0f27b32b60ba9635e1861977852481247b300)

Author SHA1 Message Date
Frostebite f86324e7c5 cleanup 2022-10-13 23:09:00 +01:00
Frostebite 2b906d3570 cleanup 2022-10-13 23:05:56 +01:00
Frostebite 14de25bd18 cleanup 2022-10-13 23:00:18 +01:00
Frostebite 94d6139246 cleanup 2022-10-13 22:36:58 +01:00
Paul Pacheco f054aaa35d
use node 16 (#465)
node12 actions are deprecated.
See documentation here:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Currently, the unity builder action gives me the following warning:
```
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: game-ci/unity-test-runner, game-ci/unity-builder
```

Co-authored-by: Webber Takken <webber@takken.io>
2022-10-13 23:35:23 +02:00
Frostebite a2dd273d05 cleanup 2022-10-13 22:29:56 +01:00
Paul Pacheco 0756841374
update actions core to 1.10.0 (#466)
* update actions core to 1.10.0

The current version of actions/core produces a lot of warning about deprecated set-output command,  like this:

```
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```

the new version of actions/core uses the environment files instead, so this version bump should fix the warning

* reran yarn
2022-10-13 23:18:30 +02:00
Frostebite 8c19def256 cleanup 2022-10-13 22:17:08 +01:00
Frostebite e77aee6a4b cleanup 2022-10-13 22:12:12 +01:00
Frostebite efe030524d cleanup 2022-10-13 22:02:46 +01:00
Frostebite 37bc098549 cleanup 2022-10-13 21:54:37 +01:00
Frostebite 441f37d174 cleanup 2022-10-13 21:32:10 +01:00
Frostebite cc4a83b3f8 cleanup 2022-10-13 21:10:43 +01:00
Frostebite c5c588082f cleanup 2022-10-13 21:02:06 +01:00
Frostebite 458ac7c919 cleanup 2022-10-13 20:41:33 +01:00
Frostebite ecf1c0fa3f cleanup 2022-10-13 20:22:42 +01:00
Frostebite 6c8da57fab cleanup 2022-10-13 20:14:33 +01:00
Frostebite b575efdea9 AWS upload step implemented in cloud runner pipeline 2022-10-13 20:10:47 +01:00
Frostebite 189ffb865b AWS upload step implemented in cloud runner pipeline 2022-10-13 19:57:00 +01:00
Frostebite d7a17bb106 AWS upload step implemented in cloud runner pipeline 2022-10-13 19:53:57 +01:00
Frostebite a3751308ae AWS upload step 2022-10-13 19:43:26 +01:00
Frostebite f9100782b8 Cleanup tree usage 2022-10-13 19:21:40 +01:00
Frostebite 29d9bdf6b2 Prebuilt steps 2022-10-13 19:13:09 +01:00
Frostebite 4c4e25f21a Prebuilt steps 2022-10-13 18:54:25 +01:00
Frostebite 1e2679d2d6 Custom step file support 2022-10-13 17:14:00 +01:00
Frostebite 3a2aedaf9e Custom step file support 2022-10-13 16:53:46 +01:00
Frostebite 6f985fa22d Custom step file support 2022-10-13 16:33:52 +01:00
Frostebite 61a036f034 Custom step file support 2022-10-13 16:33:05 +01:00
Frostebite 8214abc1a9 Custom step file support 2022-10-13 16:09:41 +01:00
Frostebite 0809b30d22 Custom step file support 2022-10-13 15:57:01 +01:00
Frostebite f0723fffdd Custom step file support 2022-10-13 15:42:21 +01:00
Frostebite 76bab5b221 Custom step file support 2022-10-13 15:41:04 +01:00
Frostebite 237b1df2c9 Custom step file support 2022-10-11 14:58:09 +01:00
Frostebite ac47f82794 Custom step file support 2022-10-10 22:05:03 +01:00
Frostebite b0b5041c22 Custom step file support 2022-10-10 22:04:39 +01:00
Frostebite a0891bdc4a Custom step file support 2022-10-10 21:58:25 +01:00
Frostebite f7932ef20a Custom step file support 2022-10-10 21:42:53 +01:00
Frostebite 65d9371b05 Custom step file support 2022-10-10 21:36:02 +01:00
Frostebite 2d09384016 Custom step file support 2022-10-10 18:56:29 +01:00
Frostebite 4e0e80b838 Custom step file support 2022-10-09 05:04:42 +01:00
Frostebite ddff34be17 Custom step file support 2022-10-09 03:11:12 +01:00
Frostebite 81be8b8038 Custom step file support 2022-10-09 00:39:21 +01:00
Frostebite 36720f7f51 Custom step file support 2022-10-08 17:16:34 +01:00
Frostebite 5f3c204550 Custom step file support 2022-10-08 06:12:12 +01:00
Frostebite 9d585c857d Custom step file support 2022-10-08 06:01:04 +01:00
Frostebite dbdb420365 Custom step file support 2022-10-08 05:49:38 +01:00
Frostebite d3a9369f32 Custom step file support 2022-10-08 05:21:33 +01:00
Frostebite 9bc4650b83 Custom step file support 2022-10-08 04:42:30 +01:00
Frostebite 0147dac3c2 Custom step file support 2022-10-08 04:23:24 +01:00
Frostebite a9fe02e8c4 Custom step file support 2022-10-08 03:57:36 +01:00