694 Commits
Author SHA1 Message Date
Sergey Yakimov 019de53cfb Remove the deprecated "--no-suggest" option from the Composer install step 2021-03-18 15:28:14 +02:00
pastelmind d3f35ae32d Use actions/setup-node v2
Since actions/setup-node v2 has been declared stable since v2.1.4
(released on 2020-12-16), it should be safe to move everyone to v2.
2021-03-13 14:34:06 +09:00
AlyonaSviridenko f42ac9c022 renamed adoptium to adopt 2021-03-11 12:56:09 +03:00
Josh GrossandGitHub 3116545da6 Remove extra line in Elixir workflow (#831) 2021-03-05 11:43:49 -05:00
John BohannonandGitHub f5067f01d2 Merge branch 'main' into add-environment 2021-03-05 11:16:16 -05:00
Jonathan ClemandGitHub cd70e3a1c3 Merge branch 'main' into patch-1 2021-03-05 10:16:38 -05:00
a29df688f2 Update ci/elixir.yml
Co-authored-by: Andy McKay <andymckay@github.com>
2021-03-05 10:04:52 -05:00
John Bohannon 761b09ecde add production environment 2021-03-05 09:44:31 -05:00
John BohannonandGitHub c451f7ec47 Update aws.yml 2021-03-05 09:34:17 -05:00
John BohannonandGitHub 559fd976e2 Update alibabacloud.yml 2021-03-05 09:32:54 -05:00
AlyonaSviridenko ce889525cc updated workflows with new version of setup-java 2021-03-02 18:43:44 +03:00
John BohannonandGitHub 201fcceef4 Merge branch 'main' into patch-1 2021-03-02 08:38:44 -05:00
a115270340 Always run composer install even if the vendor dir was restored (#825)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:34:09 -05:00
db576e4bf4 Make the validation strict by default (#824)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:31:13 -05:00
3cf906bc1b Update dart.yml (#820)
* Update dart.yml

Update Dart starter workflow to use `setup-dart` from the Dart team. This enables testing on more operating systems (Linux, Windows, and macOS), and offers more control over the Dart SDK version to test with.

* Update dart.yml

Add required disclaimer

* Update ci/dart.yml

Co-authored-by: Josh Gross <joshmgross@github.com>

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-02-26 17:25:23 -05:00
Manuel ZubietaandGitHub 97a0ce7925 actions/setup-elixir now lives under erlef GH Org
github.com/actions/setup-elixir is no longer maintained and now suggests using github.com/erlef/setup-elixir

This should be updated to help new Github Actions users to use the supported action.
2021-02-24 09:13:54 -06:00
Bharath KKBandGitHub 26b35f5776 feat: Add new GitHub env tag 2021-02-13 13:39:55 -06:00
Chris PattersonandGitHub c59b62dee0 Adding new environment tag (#784) 2021-01-20 11:34:18 -05:00
litetexandGitHub 5760418d4f dotnet-Workflows: Use latest channel version (#723)
* Use latest channel-version

* Use latest channel-version
2021-01-15 15:20:42 -05:00
Andy McKayandGitHub 2c71fd3721 Merge branch 'main' into main 2021-01-07 15:00:00 -08:00
arnu515andGitHub b20b76eb79 Fix grammar error (#773)
In the comment on line `1`, it says "This workflows", but I think that "This workflow" makes more sense.
2021-01-07 10:46:24 -05:00
Clément GrégoireandGitHub 2e8a60b695 Merge branch 'main' into patch-1 2021-01-07 08:04:59 +01:00
4978051373 runner.workspace => github.workspace
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:58 +01:00
b6f43960ef Fix context references
runner.workspace => github.workspace

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-07 08:01:43 +01:00
ef1224c284 go: update starter (#768)
Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-05 11:47:18 -05:00
chenruiandGitHub d36b72e889 ruby: add ruby 2.7 and 3.0 into bootstrap script (#766)
sync with main branch

quote versions

remove redundant bundle install

Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-01-05 11:11:06 -05:00
d644b9852c Update ruby.yml to use the latest release of ruby/setup-ruby (#758)
https://github.com/ruby/setup-ruby/releases/tag/v1.61.0

Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 15:24:14 -05:00
c17ea6bad7 fix context references in cmake template (#762)
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:52:34 -05:00
3b047441fd update setup-dlang to v1.0.2 (#763)
This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34)

Co-authored-by: Andy McKay <andymckay@github.com>
Co-authored-by: Josh Gross <joshmgross@github.com>
2021-01-04 13:44:59 -05:00
Andy McKayandGitHub 6c0603b492 Merge branch 'main' into ghc-8.10-cabal-3.2 2021-01-04 08:33:47 -08:00
Andy McKayandGitHub 9959a5d8cd Merge branch 'main' into python-3.9 2021-01-04 08:32:40 -08:00
William EntrikenandGitHub ebda693bc0 Add every version of Node.js that is supported upstream (#754) 2021-01-04 11:16:33 -05:00
Rui Chen d5de0a136a python: include python 3.9 for the build 2021-01-02 16:26:06 -05:00
Rui Chen f9cb2aceea haskell: ghc 8.10 and cabal 3.2
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-01-02 16:06:19 -05:00
Clément GrégoireandGitHub 7ad776e201 Merge branch 'main' into patch-1 2021-01-02 10:57:27 +01:00
ljingandGitHub 95adc26526 Merge branch 'main' into main 2020-12-19 10:12:28 +08:00
Andy McKayandGitHub 26b1c798c4 Merge branch 'main' into main 2020-12-18 12:57:36 -08:00
Andy McKayandGitHub 1611798954 Update ci/laravel.yml 2020-12-18 12:54:48 -08:00
Yashovardhan DhananiaandGitHub 916f29234a Android: Granting execute permission for gradlew (#70)
* Granting execute permission for gradlew

In https://github.com/yashovardhan99/HealersDiary, while testing this action, I noticed `./gradlew build` fails because it does not have execute permissions. Adding the execute permissions using `chmod` fixes this issue.

* fixing line endings

This should fix it

* Renormalizing changes
2020-12-18 15:01:28 -05:00
Bikram LamaandGitHub 038c492e5d Added PHP version (default 8.0) 2020-12-17 01:57:39 +05:45
ljingandGitHub 2cce108822 Merge branch 'main' into main 2020-12-16 13:39:48 +08:00
John BohannonandGitHub 59b02379ec Merge branch 'main' into bharathkkb-patch-1 2020-12-15 09:50:04 -05:00
ljingandGitHub 5adbc985bb Merge branch 'main' into main 2020-12-15 15:06:36 +08:00
Bharath KKBandGitHub ab930e94bf fix cluster var 2020-12-14 18:59:18 -06:00
Bharath KKBandGitHub c5e7bc70b5 use GKE action for credentials 2020-12-14 18:49:58 -06:00
Bharath KKBandGitHub 14acff1f1e fix: switch to new google actions org 2020-12-14 18:38:42 -06:00
ljingandGitHub 08c2049aed Create alibabacloud.properties.json 2020-12-11 23:26:26 +08:00
ljingandGitHub a921a9e19d Update alibabacloud.yml 2020-12-11 23:02:57 +08:00
ljingandGitHub a88b31b693 Create alibabacloud.yml
This workflow will build and push a new container image to Alibaba Cloud Container Reigstry (ACR),
and then will deploy it to Alibaba Cloud Container Service for Kubernetes (ACK), when a release is created.
2020-12-11 22:49:36 +08:00
Rainer SigwaldandGitHub 2c1a53ec93 Don't build when running tests
If the workflow is going to split restore, build, and test into separate
steps, each should use the result of the prior. Build was invoked with
`--no-restore` but test was restoring, building, and then testing.
2020-12-10 17:45:12 +00:00