setup-git-for-windows-sdk
setup-git-for-windows-sdk copied to clipboard
A GitHub Action to initialize various flavors of the Git for Windows SDK
Bumps the npm_and_yarn group with 1 update in the / directory: [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/rest` from 20.1.1 to 21.1.1 Release notes Sourced from @octokit/rest's releases. v21.1.1 21.1.1 (2025-02-14) Bug Fixes deps:...
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.4.1 to 5.5.0. Release notes Sourced from @stylistic/eslint-plugin's releases. v5.5.0 5.5.0 (2025-10-18) Features comma-dangle: support TSFunctionType and TSDeclareFunction (#1015) (cd3776f) comma-dangle: support TSTypeParameterInstantiation (#1016) (ba930e7) indent: deprecate...
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 20.1.2 to 22.0.1. Release notes Sourced from @octokit/rest's releases. v22.0.1 22.0.1 (2025-10-31) Bug Fixes deps: update octokit monorepo (major) (#538) (ded2f17) v22.0.0 22.0.0 (2025-05-25) Bug Fixes deps:...
Most of the logic of this GitHub Action is portable to other CI systems, apart from those functions in `@actions/core` and `@actions/cache`. Introduce an abstraction `ICore` and a corresponding implementation...