Benoit Daloze
eae47962ba
yarn upgrade
2022-10-14 13:41:58 +02:00
dependabot[bot]
a1396b7d70
Bump @actions/core from 1.7.0 to 1.9.1
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.7.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-19 13:14:10 +02:00
MSP-Greg
3c76dcfa76
Update packages - @vercel/ncc, semver
...
semver was major update, but mostly refactor and dropping compatibility with old node versions
2022-05-16 12:23:31 +02:00
MSP-Greg
793715001d
package.json and yarn.lock
2022-05-02 20:51:22 +02:00
Benoit Daloze
0bb302e3c3
Update @actions/cache to latest to update node-fetch to 2.6.7
...
* Which fixes https://github.com/advisories/GHSA-r683-j2x4-v87g
2022-02-15 12:28:15 +01:00
MSP-Greg
f51e04d8c5
package.json & yarn.lock - @vercel/ncc: 0.28.6 -> 0.31.1
2022-01-13 19:25:34 +01:00
aparna-ravindra
e7eea4e63a
using actions/cache version 1.0.8
2021-11-30 15:18:35 +01:00
MSP-Greg
65c1995be7
package.json - update dependencies, @vercel/ncc
2021-06-18 16:35:19 +02:00
Benoit Daloze
515629a013
Update to latest actions/cache to fix cache saving on Windows with MSYS2 tar
...
* See https://github.com/actions/toolkit/issues/632
* Fixes https://github.com/ruby/setup-ruby/issues/102
2020-12-12 14:51:32 +01:00
dependabot[bot]
8bc9ca9ace
Bump @actions/core from 1.2.4 to 1.2.6
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-01 22:10:14 +02:00
dependabot[bot]
4cbbce6b48
Bump node-fetch from 2.6.0 to 2.6.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-13 13:21:14 +02:00
MSP-Greg
ad2d64d83c
@zeit/ncc -> @vercel/ncc, update package.json
2020-08-23 13:50:07 +02:00
Scott Jacobsen
0ccde464c3
Bump @actions/cache version
...
The @actions/cache version currently being used has performance issue
with large gem caches. See https://github.com/actions/cache/issues/267
This was addressed here https://github.com/actions/toolkit/pull/497
Bump the @actions/cache version to a newer release that contains that
fix.
2020-08-22 11:17:58 +02:00
Benoit Daloze
281d1c54fe
Add the @actions/cache package
2020-06-14 13:22:16 +02:00
Benoit Daloze
381e2639aa
Update all dependencies
2020-04-29 20:36:28 +02:00
Benoit Daloze
d96d3894b6
Update all dependencies
2020-03-21 12:29:35 +01:00
Benoit Daloze
047ed419ae
Remove eslint dev dependency
...
* The many dependencies seem to have some security vulnerabilities.
2020-03-21 12:29:35 +01:00
MSP-Greg
c125fbc596
Update package.json & yarn.lock
2020-03-07 13:41:58 +01:00
Benoit Daloze
d186982201
Clean yarn.lock
2020-02-17 21:26:24 +01:00
Benoit Daloze
0331c8b821
Add support for truffleruby-head
2020-02-01 15:17:12 +01:00
Benoit Daloze
3551d3fbd4
Store the available Ruby versions in this repository
...
* That way it's always perfectly synchronized with the action. In
practice querying another repository sometimes returned a stale copy.
* Avoids an extra HTTPS request.
* The axios dependency is no longer needed.
* Makes it possible to tweak the versions available according to the platform.
2020-01-25 18:03:33 +01:00
Benoit Daloze
83e66a9c15
Use yarn instead of npm, to make run lint work
2020-01-03 14:03:19 +01:00