mirror of https://gitea.com/actions/checkout.git
main
dependabot/github_actions/minor-actions-dependencies-ad3029623a
dependabot/npm_and_yarn/minor-npm-dependencies-14ee30afef
dependabot/npm_and_yarn/types/node-22.5.4
dependabot/npm_and_yarn/typescript-eslint/parser-7.18.0
dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.4.0
dependabot/npm_and_yarn/multi-87b2ad6fb3
jww3-patch-1
jww3-minversion-v5
releases/v4.0.0
takost/test-package-update
test-show-progress
releases/v3
users/vanzeben/lfs-credentials-helper
luketomlinson/tags
fhammerl/releasev3.6.0
releases/v2
users/vmjoseph/checkout-upgrade-1.1.3
fhammerl/bump-gh-package-versions
users/vmjoseph/no-proxy
vmjoseph/toolkit-windows-exec
vmjoseph/silent-rev-parse
ericsciple-patch-1
hross-zeit-vercel
master
users/ericsciple/m167workflow
users/ericsciple/m167sub
test-data/v2/submodule-ssh-url-level-2
test-data/v2/submodule-ssh-url
test-data/v2/submodule-ssh-url-level-1
test-data/v2/submodule
users/ericsciple/m166refs
users/tihuang/proxysupport
users/ericsciple/m164submodule
users/ericsciple/m163tarball_temp
users/ericsciple/m163tarball_efficient_download
users/ericsciple/m162pr
users/ericsciple/test-pr
test-data/v2/basic
test-data/v2/submodule-level-1
test-data/v2/submodule-level-2
test-data/v2/lfs
test-data/v2/side-by-side-2
test-data/v2/side-by-side-1
revert-56-users/tihuang/checkoutV1_1
releases/v1
Update-description
v2-beta
v1
v1.2.0
v1.1.0
1.0.0
v1.0.0
v2
v2.0.0
v2.1.0
v2.1.1
v2.2.0
v2.3.0
v2.3.1
v2.3.2
v2.3.3
v2.3.4
v2.3.5
v2.4.0
v2.4.1
v2.4.2
v2.5.0
v2.6.0
v2.7.0
v3
v3.0.0
v3.0.1
v3.0.2
v3.1.0
v3.2.0
v3.3.0
v3.4.0
v3.5.0
v3.5.1
v3.5.2
v3.5.3
v3.6.0
v4
v4.0.0
v4.1.0
v4.1.1
v4.1.2
v4.1.3
v4.1.4
v4.1.5
v4.1.6
v4.1.7
v4.2.0
v4.2.1
v4.2.2
v4.3.0
v5
v5.0.0
${ noResults }
2 Commits (main)
Author | SHA1 | Message | Date |
---|---|---|---|
|
9c1e94e0ad
|
Update NPM dependencies (#1703)
* Update dependencies manually * Format files * Update licenses |
1 year ago |
|
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 |
2 years ago |