1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00
Commit graph

112 commits

Author SHA1 Message Date
Konrad Pabjan 985150d1f6
Merge pull request #80 from SerVB/clarify-contrib-doc
Make contributors.md clearer
2020-04-17 11:53:29 +02:00
Sergei Bulgakov c881de7f35
Use shorter command
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
2020-04-16 22:30:26 +03:00
SerVB b7d744ca11 Make contributors.md clearer 2020-04-14 15:54:39 +03:00
Konrad Pabjan 4ff1108c39
Update NPM packages (#75)
* Update NPM packages

* Format using prettier

* Update node version in workflow

* Add .gitattributes
2020-03-26 16:39:48 +01:00
Konrad Pabjan a93e9d979a
Merge pull request #73 from actions/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-03-19 16:17:00 +01:00
dependabot[bot] b67fc24ab8
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 11:17:33 +00:00
Konrad Pabjan 9ac730844c
Update action.yml 2020-03-09 10:34:49 +01:00
Konrad Pabjan c4000d2828
Update action.yml 2020-03-09 10:31:20 +01:00
Konrad Pabjan 5d7d800988
Merge branch 'releases/v1' into master 2020-03-09 10:29:14 +01:00
Konrad Pabjan 8ad00a65a6
Updates to npm packages (#66)
* npm package updates

* Updates to ncc build
2020-03-09 10:16:37 +01:00
Konrad Pabjan 2ba2a92f71
Setup python + self hosted runners documentation 2020-03-09 09:24:28 +01:00
Robin Daumann f8fb48e9f7
output installed version number after setup (#51)
* output installed version number after setup

* set output for the installed version
2020-03-09 08:18:12 +01:00
Madhuri Gummalla ebe4d7eb5f
Merge pull request #65 from pastelmind/patch-1
Fix cross-platform build matrix example
2020-03-05 11:05:49 -05:00
Ye-hyoung Kang aa7403d0cc
Fix cross-platform build matrix example 2020-03-05 19:17:25 +09:00
Madhuri Gummalla b3b6fd7d43
Merge pull request #59 from chenrui333/update-readme
Update checkout action to v2
2020-01-30 16:04:52 -05:00
Rui Chen a208271c0e
Update checkout action to v2 2020-01-29 23:27:43 -05:00
Konrad Pabjan 3503180221 Update dist/index.js 2019-12-30 16:39:03 -05:00
Konrad Pabjan 551f436547
Merge pull request #47 from actions/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2019-12-30 16:25:56 -05:00
Konrad Pabjan f907029c9b
Merge pull request #46 from brcrista/brcrista/old-references
Update terminology in setup-python
2019-12-30 10:37:15 -05:00
Brian Cristante d8bca2ddba Match README to action.yml 2019-12-30 10:27:46 -05:00
Brian Cristante 4a251cd31c Run main workflow on PRs 2019-12-30 10:25:03 -05:00
dependabot[bot] 2feaa7d920
Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-29 18:26:00 +00:00
Brian Cristante 4f72cbc621 Fix quotes 2019-12-27 13:15:28 -05:00
Brian Cristante c63dffb056 Address YAML linting errors 2019-12-27 13:08:34 -05:00
Brian Cristante 5e1c8c0ba4 ncc build 2019-12-27 12:56:56 -05:00
Brian Cristante c57e58b1ee Consistent file name references 2019-12-27 11:28:48 -05:00
Brian Cristante d0da811f3d Spelling & grammar 2019-12-27 11:27:07 -05:00
Brian Cristante 11c9de6408 Update terminology in comments 2019-12-27 11:25:11 -05:00
Konrad Pabjan 3d8ac1d401
Update README.md 2019-12-23 11:51:09 -05:00
Konrad Pabjan 2268531fb4
Update contributors.md 2019-12-23 11:05:45 -05:00
Konrad Pabjan dcf56dfd59
Update README.md 2019-12-13 14:10:10 -05:00
Konrad Pabjan c2338a225e
Update README.md 2019-12-13 14:09:54 -05:00
Konrad Pabjan 74a6d2d864
Create lint-yaml.yml 2019-11-25 12:36:58 -05:00
Konrad Pabjan 66556920f4
Create yaml-lint-config.yml 2019-11-25 12:33:19 -05:00
Konrad Pabjan 2aaa66fdad
Update README.md 2019-11-25 08:51:39 -05:00
Konrad Pabjan 4af3334acd
Update README.md 2019-11-25 08:50:40 -05:00
Konrad Pabjan 7e4719db87
Update contributors.md 2019-11-25 08:46:36 -05:00
Konrad Pabjan 62f565f233
Merge pull request #41 from conao3/master
Use node-version instead of version (deprecated)
2019-11-25 08:33:18 -05:00
conao3 ff13c3cd4b
use node-version instead of version (deprecated) 2019-11-23 16:27:14 +09:00
Konrad Pabjan c04e17694d
Merge pull request #36 from actions/ethomson/update_description
Update description (v1)
2019-11-12 12:07:00 -05:00
Konrad Pabjan 79be57810c
Merge pull request #37 from actions/ethomson/update_description_master
Update description
2019-11-12 12:04:02 -05:00
Edward Thomson d7eab29295 Update description 2019-11-08 16:19:39 +00:00
Edward Thomson a0449e049a Update description 2019-11-08 16:19:00 +00:00
Konrad Pabjan 2ed535288f
Update contributors.md 2019-11-07 15:26:27 -05:00
Konrad Pabjan 2e9d5269cc
Update README.md 2019-11-07 15:03:20 -05:00
Konrad Pabjan 6866923888
Update README.md 2019-11-07 14:59:28 -05:00
Konrad Pabjan 6e5196c493
Merge pull request #35 from actions/konradpabjan/ncc
Remove node modules and configure ncc
2019-11-06 12:55:53 -05:00
Konrad Pabjan 4875b9e438 PR Feedback 2019-11-06 10:20:01 -05:00
Konrad Pabjan 08bf913604 Update release script 2019-11-05 17:42:30 -05:00
Konrad Pabjan 3d91cc2674 Cleanup 2019-11-05 17:38:12 -05:00