mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	CI: Replace set-output with environment file
				
					
				
			https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -482,7 +482,7 @@ jobs: | ||||
|           INPUT=src/ArduinoJson.h | ||||
|           OUTPUT=ArduinoJson-$VERSION.h | ||||
|           extras/scripts/build-single-header.sh "$INPUT" "$OUTPUT" | ||||
|           echo ::set-output name=filename::${OUTPUT} | ||||
|           echo "filename=${OUTPUT}" >> $GITHUB_OUTPUT | ||||
|       - name: Smoke test | ||||
|         run: | | ||||
|           g++ -x c++ - <<END | ||||
| @@ -516,7 +516,7 @@ jobs: | ||||
|           INPUT=src/ArduinoJson.hpp | ||||
|           OUTPUT=ArduinoJson-$VERSION.hpp | ||||
|           extras/scripts/build-single-header.sh "$INPUT" "$OUTPUT" | ||||
|           echo ::set-output name=filename::${OUTPUT} | ||||
|           echo "filename=${OUTPUT}" >> $GITHUB_OUTPUT | ||||
|       - name: Smoke test | ||||
|         run: | | ||||
|           g++ -x c++ - <<END | ||||
|   | ||||
		Reference in New Issue
	
	Block a user