mirror of
				https://github.com/actions-rs/cargo.git
				synced 2025-10-31 16:13:51 +00:00 
			
		
		
		
	Merge 98d5963300d6f7114ce114ad1a8f9e59f1497792 into 9e120dd99b0fbad1c065f686657e914e76bd7b72
This commit is contained in:
		
						commit
						3677e93177
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,7 +11,7 @@ jobs: | ||||
|         env: | ||||
|           token: ${{ secrets.GITHUB_TOKEN }} | ||||
| 
 | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v3 | ||||
|       - run: npm ci | ||||
|       - run: npm run lint | ||||
|       - run: npm run build | ||||
|  | ||||
							
								
								
									
										18
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. | ||||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||
| 
 | ||||
| ## [1.1.1] - 2024-06-07 | ||||
| 
 | ||||
| ### Fixed | ||||
| 
 | ||||
| - Upgrade action.yml to use Node20 (replacing Node16 | ||||
| - Update version number to 1.1.1 in _package.json_ | ||||
| - Testing: commit the change, see if it triggers an update in | ||||
| [PRQL repo](https://github.com/PRQL/prql) | ||||
| 
 | ||||
| ## [1.1.0] - 2022-11-29 | ||||
| 
 | ||||
| ### Fixed | ||||
| 
 | ||||
| - Upgrade action.yml to use Node16 (replacing Node12) | ||||
| - Bump version number to 1.1.0 | ||||
| - See if another update triggers good stuff | ||||
| - Trigger another update | ||||
| 
 | ||||
| ## [1.0.3] - 2019-11-24 | ||||
| 
 | ||||
| ### Fixed | ||||
|  | ||||
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							| @ -123,10 +123,15 @@ This Action is distributed under the terms of the MIT license, see [LICENSE](htt | ||||
| 
 | ||||
| ## Contribute and support | ||||
| 
 | ||||
| Any contributions are welcomed! | ||||
| This is a fork of the original repo at [https://github.com/actions-rs/cargo](https://github.com/actions-rs/cargo) | ||||
| 
 | ||||
| If you want to report a bug or have a feature request, | ||||
| check the [Contributing guide](https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md). | ||||
| It is maintained from time to time to keep the Node.js version up to date. | ||||
| Pointers to well-supported alternatives are welcome. | ||||
| 
 | ||||
| You can also support author by funding the ongoing project work, | ||||
| see [Sponsoring](https://actions-rs.github.io/#sponsoring). | ||||
| ~~Any contributions are welcomed!~~ | ||||
| 
 | ||||
| ~~If you want to report a bug or have a feature request, | ||||
| check the [Contributing guide](https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md).~~ | ||||
| 
 | ||||
| ~~You can also support author by funding the ongoing project work, | ||||
| see [Sponsoring](https://actions-rs.github.io/#sponsoring).~~ | ||||
|  | ||||
| @ -19,5 +19,6 @@ inputs: | ||||
|     default: false | ||||
| 
 | ||||
| runs: | ||||
|   using: 'node12' | ||||
|   using: 'node20' | ||||
|   main: 'dist/index.js' | ||||
| 
 | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| { | ||||
|     "name": "rust-cargo", | ||||
|     "version": "1.0.3", | ||||
|     "version": "1.1.1", | ||||
|     "private": false, | ||||
|     "description": "Run cargo command", | ||||
|     "main": "lib/main.js", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user