-
Notifications
You must be signed in to change notification settings - Fork 616
Comparing changes
Open a pull request
base repository: actions/setup-python
base: v2
head repository: actions/setup-python
compare: v3
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 93cb78f - Browse repository at this point
Copy the full SHA 93cb78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 665cd78 - Browse repository at this point
Copy the full SHA 665cd78View commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ebf233 - Browse repository at this point
Copy the full SHA 0ebf233View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c1441c - Browse repository at this point
Copy the full SHA 8c1441cView commit details -
Merge pull request #356 from cclauss/patch-2
README.md: Upgrade to v3
Configuration menu - View commit details
-
Copy full SHA for 792c23f - Browse repository at this point
Copy the full SHA 792c23fView commit details
Commits on Mar 24, 2022
-
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ff64a7 - Browse repository at this point
Copy the full SHA 0ff64a7View commit details -
Merge pull request #357 from actions/dependabot/npm_and_yarn/minimist…
…-1.2.6 Bump minimist from 1.2.5 to 1.2.6
Configuration menu - View commit details
-
Copy full SHA for 6c048c7 - Browse repository at this point
Copy the full SHA 6c048c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbebfaf - Browse repository at this point
Copy the full SHA bbebfafView commit details
Commits on Mar 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 18c67b4 - Browse repository at this point
Copy the full SHA 18c67b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cb3f4 - Browse repository at this point
Copy the full SHA 59cb3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95824fd - Browse repository at this point
Copy the full SHA 95824fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1259541 - Browse repository at this point
Copy the full SHA 1259541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c950eb - Browse repository at this point
Copy the full SHA 7c950ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c275cf4 - Browse repository at this point
Copy the full SHA c275cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ed863 - Browse repository at this point
Copy the full SHA 42ed863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415c356 - Browse repository at this point
Copy the full SHA 415c356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebf799 - Browse repository at this point
Copy the full SHA 0ebf799View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c8e3d - Browse repository at this point
Copy the full SHA b0c8e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aac0ef9 - Browse repository at this point
Copy the full SHA aac0ef9View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e4be7a4 - Browse repository at this point
Copy the full SHA e4be7a4View commit details
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a37d78 - Browse repository at this point
Copy the full SHA 7a37d78View commit details -
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6c31eb3 - Browse repository at this point
Copy the full SHA 6c31eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa3e95 - Browse repository at this point
Copy the full SHA 7aa3e95View commit details
Commits on Mar 31, 2022
-
Merge pull request #358 from actions/brcrista/codeql-main
Run CodeQL only on pushes to main
Configuration menu - View commit details
-
Copy full SHA for 9516be8 - Browse repository at this point
Copy the full SHA 9516be8View commit details -
Merge pull request #281 from patrick91/feature/poetry-caching
Add poetry caching support
Configuration menu - View commit details
-
Copy full SHA for 6c56602 - Browse repository at this point
Copy the full SHA 6c56602View commit details -
* initial changes * updated version * format check * refactored code * updated test cases * Update src/utils.ts Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com> * Update utils.ts * Update utils.test.ts * review comments * dist update * Review comment * update version * updated version Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05fb98d - Browse repository at this point
Copy the full SHA 05fb98dView commit details
Commits on Apr 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e8e90e - Browse repository at this point
Copy the full SHA 3e8e90eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c644ca - Browse repository at this point
Copy the full SHA 9c644caView commit details
Commits on Apr 4, 2022
-
Rework pipenv caching test (#375)
* Rework python-pipenv-dependencies-caching test * Update Pipfile.lock hash in the tests * Rework python-pipenv-dependencies-caching-path test * Set location for pipenv test * Remove requests package from tests * Test pipenv without caching * Enable pipenv cache
Vladimir Safonkin authoredApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 7885ec3 - Browse repository at this point
Copy the full SHA 7885ec3View commit details -
Add pyton-version to setup PyPy output (#365)
* Add pyton-version to setup PyPy output * remove new line from pypy version * Move setOutput to findPyPyVersion * Resolve conflict: 2
Configuration menu - View commit details
-
Copy full SHA for 7933d5a - Browse repository at this point
Copy the full SHA 7933d5aView commit details
Commits on Apr 5, 2022
-
* Remove useless await in getCacheDistributor calls * Added cache-hit output * Build action with cache-hit output * Remove PromiseReturnType, add matchedKey == primaryKey check * Update cache-distributor.ts * Fix tests and rebuild
Configuration menu - View commit details
-
Copy full SHA for 21c0493 - Browse repository at this point
Copy the full SHA 21c0493View commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d6f0c8 - Browse repository at this point
Copy the full SHA 5d6f0c8View commit details
Commits on Apr 11, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for 98f2ad0 - Browse repository at this point
Copy the full SHA 98f2ad0View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 48e4ac7 - Browse repository at this point
Copy the full SHA 48e4ac7View commit details
Commits on May 30, 2023
-
Add warning for python 2.7 on release/v3 (#674)
* add warning * npm run format * remove ubuntu-18.04
Configuration menu - View commit details
-
Copy full SHA for 3542bca - Browse repository at this point
Copy the full SHA 3542bcaView commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.