Commit Graph

76 Commits

Author SHA1 Message Date
Thomas Boop
ab08eab6e2 update licensed 2020-09-23 12:50:37 -04:00
Thomas Boop
9f8231c7bc update @actions/core to the latest version 2020-09-23 12:40:15 -04:00
Ross Brodbeck
7bf6939337 Merge pull request #83 from thboop/main
Add Licensed to verify third party dependencies
2020-09-23 12:19:54 -04:00
Thomas Boop
988a32710c Add Licensed to verify third party dependencies 2020-09-09 15:01:38 -04:00
Ross Brodbeck
bfd1501502 Update to change on main 2020-07-16 15:01:45 -04:00
Ross Brodbeck
e3b1ef61f5 Update versions to change on main 2020-07-16 15:01:23 -04:00
Eileen M. Uchitelle
da24574bc7 Merge pull request #74 from jwillemsen/jwi-npmauditfix
Run npm audit fix on repo
2020-06-24 11:29:12 -04:00
Johnny Willemsen
bac93ea3fa Run npm audit fix on repo, see #73 2020-06-09 14:33:18 +02:00
Bryan MacFarlane
458abf6134 audit npm packages (#60)
* audit npm packages
2020-02-01 09:33:41 -05:00
Bryan MacFarlane
582c346e37 unhanndled test (#59) 2020-01-31 16:49:32 -05:00
Bryan MacFarlane
9b0a0db81f update tool-cache for proxy and fix tests (#57)
update tool-cache for proxy and fix tests
2020-01-31 13:57:22 -05:00
Bryan MacFarlane
c38a6d4068 code of conduct 2020-01-23 22:24:47 -05:00
Bryan MacFarlane
594452c455 update checkout versions in readme 2020-01-23 22:11:20 -05:00
Bryan MacFarlane
de8e337869 Merge pull request #54 from MSP-Greg/update-format
Update README to refer to '2.6' instead of '2.6.x', add tests for such
2020-01-17 20:22:16 -05:00
MSP-Greg
b52174dfed workflows/version.yml - use both 2.6.x & 2.6 in matrix 2020-01-17 19:15:47 -06:00
MSP-Greg
8efc8788c0 README.md - add 2.7, misc 2020-01-17 18:03:39 -06:00
MSP-Greg
1d486b38c4 test for both 2.6.x and 2.6 2020-01-17 17:56:56 -06:00
Bryan MacFarlane
dfc96c5570 Merge pull request #53 from actions/ruby-versions
workflow to validate versions
2020-01-17 15:46:14 -05:00
Bryan MacFarlane
1dc6f5f381 step name 2020-01-17 15:41:43 -05:00
Bryan MacFarlane
afb3ce33ca workflow to validate versions 2020-01-17 15:38:43 -05:00
Bryan MacFarlane
6e4e910c49 update only minor binding supported 2020-01-17 12:12:22 -05:00
Bryan MacFarlane
18c61abf68 Merge pull request #27 from eregon/patch-1
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
Update README
v1.1.1
2020-01-17 09:29:04 -05:00
Bryan MacFarlane
c5dddd605c update contributors guide 2020-01-12 10:08:22 -05:00
Bryan MacFarlane
1ecad9811f update contributors guide 2020-01-12 10:05:14 -05:00
Eileen M. Uchitelle
2f0115cdb3 Merge pull request #19 from actions/gitignore
Update .gitignore
2020-01-09 14:06:46 -05:00
Eileen M. Uchitelle
9562cfc737 Merge pull request #29 from eregon/no-symlink-usr-bin
Only add ruby in $PATH, do not overwrite /usr/bin/ruby
2020-01-09 14:05:44 -05:00
Eileen M. Uchitelle
4ce0939221 Merge pull request #43 from actions/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2020-01-09 13:57:22 -05:00
Bryan MacFarlane
1de6d4c9a8 Merge pull request #47 from joshmgross/patch-1
Add notes on caching to Readme
2020-01-07 15:43:04 -05:00
Josh Gross
3656ce6e59 Add notes on caching to Readme 2020-01-07 15:03:45 -05:00
Bryan MacFarlane
af7e0f8d35 Merge pull request #34 from alanvardy/patch-1
Add Ruby on Rails test example
2020-01-07 14:19:08 -05:00
dependabot[bot]
2413b984fb Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 19:05:40 +00:00
Mike Coutermarsh
b4ef174b15 Merge pull request #38 from actions/ethomson/update_description
Update description
2019-11-12 08:21:13 -08:00
Edward Thomson
d0b84d3722 Update description 2019-11-08 16:43:42 +00:00
Alan Vardy
0662c7a33d Add Ruby on Rails test example 2019-10-02 15:29:57 -06:00
Benoit Daloze
573594eefe Only add ruby in $PATH, do not overwrite /usr/bin/ruby
* Fixes https://github.com/actions/setup-ruby/issues/18
* The symlink never worked on macOS, and there was a missing `await`.
* No tool should hardcode `/usr/bin/ruby`, but instead executables
  should use `#!/usr/bin/env ruby`.
* If a specific tool needs the symlink, then it can of course be
  added as part of the steps of that CI.
2019-09-21 22:49:48 +02:00
Benoit Daloze
d838e152a7 Update README
* Use more realistic versions.
* `architecture` is not used for this action.
* Remove redundant `name:` in example.
2019-09-21 19:12:14 +02:00
Danny McCormick
50f3cc9f0b Deprecate version
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.1.0
2019-09-12 10:37:13 -04:00
Danny McCormick
8ad38c1114 Update .gitignore 2019-08-26 10:58:02 -04:00
Danny McCormick
623660d136 Consume toolkit from npmjs (#16)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.2
2019-08-19 16:45:17 -04:00
Danny McCormick
cec809fe04 Correct comment (#12) 2019-08-16 10:19:30 -04:00
Danny McCormick
c6c44b217a Use ruby-version (#10)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.1
2019-08-13 16:29:23 -04:00
Danny McCormick
8dd8957526 Add badge 2019-08-12 15:13:09 -04:00
Danny McCormick
15a6f141d8 Update action name 2019-08-12 14:41:43 -04:00
Danny McCormick
348966bbc4 Quoting 2019-08-01 11:06:53 -04:00
Danny McCormick
f5ab4efe19 V1 (#7)
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
v1.0.0
2019-08-01 09:32:52 -04:00
Stephen Franceschelli
ee76af9e05 Fix build. (#6)
* Fix.

* Husky commit correct node modules

* Fix.

* Husky commit correct node modules
2019-07-30 13:22:52 -04:00
Danny McCormick
c164462739 Update workflow.yml (#4)
* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
2019-07-25 22:57:30 -04:00
Bryan MacFarlane
20611101d6 actions to steps 2019-07-25 21:26:06 -04:00
Danny McCormick
9cf364ddc3 Update README.md 2019-07-23 15:46:24 -04:00
Danny McCormick
5084e7ffbd Add checkout 2019-07-23 15:15:46 -04:00