Josh Gross
692973e3d9
Prepare 4.1.7 release ( #1775 )
...
* Prepare 4.1.7 release
* Include #1776 in 4.1.7 release
2024-06-12 14:41:43 -04:00
dependabot[bot]
b1ec3021b8
Bump the minor-npm-dependencies group across 1 directory with 4 updates ( #1739 )
...
Bumps the minor-npm-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ).
Updates `@types/node` from 20.12.7 to 20.12.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `@typescript-eslint/eslint-plugin` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 7.7.1 to 7.9.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser )
Updates `eslint-plugin-jest` from 28.2.0 to 28.5.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.2.0...v28.5.0 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-npm-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-npm-dependencies
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-npm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 09:56:19 -04:00
Cory Miller
a5ac7e51b4
Update for 4.1.6 release ( #1733 )
2024-05-16 14:08:36 -04:00
Cory Miller
9c1e94e0ad
Update NPM dependencies ( #1703 )
...
* Update dependencies manually
* Format files
* Update licenses
2024-04-24 12:04:10 -04:00
John Wesley Walker III
0ad4b8fada
Prep Release v4.1.4 ( #1704 )
...
* Update package.json and package-lock.json to reflect v4.1.4
* Update CHANGELOG
2024-04-24 15:29:05 +02:00
John Wesley Walker III
cd7d8d697e
Check git version before attempting to disable sparse-checkout
( #1656 )
...
* Check git version before attempting to disable `sparse-checkout`
* Bump `MinimumGitSparseCheckoutVersion` to 2.28 due to #1386
* Initial prep for release 4.1.3
2024-03-14 15:40:14 +01:00
John Wesley Walker III
9bb56186c3
Prep for release of v4.1.2 ( #1649 )
...
* Add v4.1.2 and v4.1.1 to CHANGELOG.md
* Bump version in package.json to 4.1.2
* Ran `npm i` to regenerate package-lock.json
2024-03-12 12:11:01 +01:00
Cory Miller
8ade135a41
Prepare 4.1.0 release ( #1496 )
2023-09-22 13:40:21 -04:00
Tatyana Kostromskaya
3df4ab11eb
Release 4.0.0 ( #1447 )
...
* Release 4.0.0
* Add new major version to workflow
2023-09-04 14:19:40 +02:00
Tatyana Kostromskaya
97a652b800
Update default runtime to node20 ( #1436 )
...
* .
* update workflows
2023-08-29 17:01:52 +02:00
Luke Tomlinson
f43a0e5ff2
Release 3.6.0 ( #1437 )
2023-08-24 09:54:47 -04:00
Tingluo Huang
c85c95e3d7
Release v3.5.3 ( #1376 )
2023-06-09 10:47:54 -04:00
Ferenc Hammerl
8e5e7e5ab8
Release v3.5.2 ( #1291 )
...
* Update version and changelog for 3.5.2
* Update changelog
2023-04-13 14:45:33 +02:00
Ferenc Hammerl
83b7061638
Release v3.5.1 ( #1284 )
...
* Sync checkout version with tag version
* Downgrade to 3.5.1
* Format changelog
2023-04-12 17:02:21 +02:00
Binrui Dong
40a16ebeed
Improve checkout performance on Windows runners by upgrading @actions/github dependency ( #1246 )
...
* Improve checkout performance on Windows runners by upgrading @actions/github dependency
Re: https://github.com/actions/checkout/issues/1186
@dscho discovered that the checkout action could stall for a
considerable amount of time on Windows runners waiting for PowerShell
invocations made from 'windows-release' npm package to complete.
Then I studied the dependency chain to figure out where
'windows-release' was imported:
'@actions/checkout'@main
<- '@actions/github'@2.2.0
<- '@octokit/endpoint'@6.0.1
<- '@octokit/graphql'@4.3.1
<- '@octokit/request'@5.4.2
<- '@octokit/rest'@16.43.1
<- 'universal-user-agent'@4.0.1
<- 'os-name'@3.1.0
<- 'windows-release'@3.1.0
'universal-user-agent' package dropped its dependency on 'os-name' in
https://github.com/gr2m/universal-user-agent/releases/tag/v6.0.0 .
'@actions/github' v3 removed dependency on '@octokit/rest'@16.43.1 and
allows users to move away from the old 'universal-user-agent' v4.
(https://github.com/actions/toolkit/pull/453 )
This pull request attempts to update the version of '@actions/github'
used in the checkout action to avoid importing 'windows-release'.
Based on testing in my own repositories, I can see an improvement in
reduced wait time between entering the checkout action and git actually
starts to do useful work.
* Update .licenses
* Rebuild index.js
2023-04-12 13:55:27 +02:00
Cory Miller
24cb908017
Bump @actions/io to v1.1.3 ( #1225 )
...
* Backfill changelog and bump actions/io
* Fill in PR for action/io upgrade
* Licensed updates
* Compile JS
2023-03-15 15:45:08 -04:00
Bassem Dghaidi
27135e314d
Upgrade dependencies ( #1210 )
...
* Upgrade ncc & json5
* Add new dist build
2023-03-09 11:42:29 -05:00
Vallie Joseph
755da8c3cf
3.2.0 ( #1039 )
2022-12-12 14:11:05 -05:00
Cory Miller
26d48e8ea1
Update @actions/io to 1.1.2 ( #1029 )
2022-12-12 13:44:24 -05:00
Francesco Renzi
93ea575cb5
Prepare release v3.1.0 ( #940 )
...
* Prepare changelog for v3.1.0
* Bump package
2022-10-04 10:37:06 +01:00
Francesco Renzi
6a84743051
Bump @actions/core to 1.10.0 ( #939 )
...
* Bump @actions/core to 1.10.0
* Update licenses
* Use @actions/core helper functions
2022-10-03 18:04:49 +01:00
eric sciple
3d677ac575
script to generate license info ( #614 )
2021-10-19 14:30:04 -05:00
eric sciple
eb8a193c1d
update dev dependencies and react to new linting rules ( #611 )
2021-10-19 09:52:57 -05:00
dependabot[bot]
eccf386318
Bump @actions/core from 1.1.3 to 1.2.6 ( #361 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.1.3 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-13 08:57:33 -05:00
Peter Evans
97b30c411c
fix prettier glob pattern ( #247 )
2020-05-19 12:34:05 -04:00
eric sciple
ac455590d1
consume new @actions/github for GHES support ( #236 )
2020-05-07 12:11:11 -04:00
eric sciple
f219062370
more unit tests and corresponding refactoring ( #174 )
2020-03-02 11:33:30 -05:00
eric sciple
f90c7b395d
follow proxy settings ( #144 )
2020-01-27 10:21:50 -05:00
eric sciple
dfd70d4a2d
2.0.1 ( #129 )
2020-01-03 11:24:41 -05:00
eric sciple
a572f640b0
fallback to REST API to download repo ( #104 )
2019-12-12 13:16:16 -05:00
eric sciple
e347bba93b
Convert checkout to a regular action ( #70 )
2019-12-03 10:28:59 -05:00