earl-warren 
								
							 
						 
						
							
							
								
							
							
	3682c4ecb4  
						 
						
							
							
								
								
								Merge pull request 'cherry-pick commits from act_runner' ( #157 ) from earl-warren/runner:wip-gitea into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/157 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2024-03-11 15:57:19 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	9d58769708  
						 
						
							
							
								
								
								Merge pull request '[FORGEJO] no need for the CA' ( #154 ) from earl-warren/runner:wip-cleanup into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/154 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2024-03-11 15:23:22 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	ddd2eb7be9 
 
						 
						
							
							
								
								
								update release notes for 3.4.0  
							
							 
							
							
							
						 
						
							2024-03-11 22:16:23 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	74cb9034e3 
 
						 
						
							
							
								
								
								Support cloning remote actions from insecure Gitea instances ( #508 )  
							
							 
							
							... 
							
							
							
							(cherry picked from commit 75006a59cc4e6d18653926ec2578de5072ba6c32) 
							
						 
						
							2024-03-11 22:16:23 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									sillyguodong 
								
							 
						 
						
							
							
								
							
							
	
	
	82c30f5cf7 
 
						 
						
							
							
								
								
								Set the status of steps to skipped if job is skipped ( #500 )  
							
							 
							
							... 
							
							
							
							If a job is detected as skipped, its steps should also be `skipped`.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/500 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
(cherry picked from commit 45270656dfb7a0c8b382df3a9e8a212dbe5615d8) 
							
						 
						
							2024-03-11 22:10:26 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christopher Homberger 
								
							 
						 
						
							
							
								
							
							
	
	
	cd206e4660 
 
						 
						
							
							
								
								
								Add ACTIONS_RESULTS_URL to env ( #473 )  
							
							 
							
							... 
							
							
							
							actions/upload-artifact@v4 and actions/download-artifact@v4 depend on this variable
BaseUrl in a url are ignored by the nodejs code of the new actions, so this change doesn't append the path of the older `ACTIONS_RUNTIME_URL`.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/473 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
(cherry picked from commit e14f42c40ac91d032c6a7c3e912646e55b2031a8) 
							
						 
						
							2024-03-11 22:10:26 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christopher Homberger 
								
							 
						 
						
							
							
								
							
							
	
	
	1c20916144 
 
						 
						
							
							
								
								
								Use artifacts v4 jwt if available ( #471 )  
							
							 
							
							... 
							
							
							
							Needs https://github.com/go-gitea/gitea/pull/28885  to provide jwt if sent by server
Could fix  #459 , but that has not been verified.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/471 
Reviewed-by: delvh <dev.lh@web.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
(cherry picked from commit e6630e2e369f41fc9d9f9e570610611da18dda1d) 
							
						 
						
							2024-03-11 22:10:26 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									hakito 
								
							 
						 
						
							
							
								
							
							
	
	
	0d5eb12574 
 
						 
						
							
							
								
								
								Sanitize UFT-8 content in logs ( #453 )  
							
							 
							
							... 
							
							
							
							I accidently closed my previous PR #384 
This PR replaces invalid UTF-8 character in a stream with `?` character. On Windows Server 2019 other characters are replaced by `?` as well so it's consistent.
fixes  #452 
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/453 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: hakito <hakito@noreply.gitea.com>
Co-committed-by: hakito <hakito@noreply.gitea.com>
(cherry picked from commit daf52d0e628d2d57b9f50a2556e404a3f05c34aa) 
							
						 
						
							2024-03-11 22:10:26 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									infinoid 
								
							 
						 
						
							
							
								
							
							
	
	
	cabaab6237 
 
						 
						
							
							
								
								
								Fix   #404 : nil map error when reading env file ( #405 )  
							
							 
							
							... 
							
							
							
							Co-authored-by: Mark Glines <mark@glines.org>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/405 
Reviewed-by: Jason Song <i@wolfogre.com>
Co-authored-by: infinoid <infinoid@noreply.gitea.com>
Co-committed-by: infinoid <infinoid@noreply.gitea.com>
(cherry picked from commit 934471813a41efabf6a9b5d5b22a2a5770ff12ce) 
							
						 
						
							2024-03-11 22:10:26 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	0d199592e8  
						 
						
							
							
								
								
								Merge pull request 'upgrade to act v1.20.0' ( #156 ) from earl-warren/runner:wip-act-update into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/156 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2024-03-11 15:09:00 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	2359531a9e 
 
						 
						
							
							
								
								
								upgrade to act v1.20.0  
							
							 
							
							
							
						 
						
							2024-03-11 21:42:34 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	fcdcf1eb58 
 
						 
						
							
							
								
								
								[FORGEJO] no need for the CA  
							
							 
							
							
							
						 
						
							2024-03-11 14:41:17 +07:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	77879b09c5  
						 
						
							
							
								
								
								Merge pull request 'add instructions to run under systemd user services' ( #151 ) from fkooman/forgejo-runner:systemd into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/151 
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> 
							
						 
						
							2024-02-19 23:16:41 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									François Kooman 
								
							 
						 
						
							
							
								
							
							
	0e1240a92f  
						 
						
							
							
								
								
								add instructions to run under systemd user services  
							
							 
							
							
							
						 
						
							2024-02-19 09:09:57 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	c4e8c08065  
						 
						
							
							
								
								
								Merge pull request 'Increase fetch interval for Codeberg' ( #141 ) from gusted-patch-1 into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/141 
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> 
							
						 
						
							2024-01-24 19:50:16 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Gusted 
								
							 
						 
						
							
							
								
							
							
	
	
	db2213254d 
 
						 
						
							
							
								
								
								Increase fetch interval for Codeberg  
							
							 
							
							... 
							
							
							
							Increase the fetch interval to at least 30 seconds if the runner is
configured to be used with Codeberg. This avoids it being rate limited
when they do actual work and reduces load on Codeberg. 
							
						 
						
							2024-01-21 23:03:23 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	fd0596cd15  
						 
						
							
							
								
								
								Merge pull request 'use forgejo-url for brievety' ( #137 ) from earl-warren/runner:wip-cleanup into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/137 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-12-21 14:43:07 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	ba9db84d1a 
 
						 
						
							
							
								
								
								use forgejo-url for brievety  
							
							 
							
							
							
						 
						
							2023-12-21 15:27:27 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	5efba83794  
						 
						
							
							
								
								
								Merge pull request 'upgrade docker-compose example Forgejo 1.21 & Forgejo runner 3.3.0' ( #130 ) from earl-warren/runner:wip-cleanup into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/130 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-12-04 21:40:43 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	dc45f96f8e 
 
						 
						
							
							
								
								
								upgrade docker-compose example Forgejo 1.21 & Forgejo runner 3.3.0  
							
							 
							
							
							
						 
						
							2023-12-04 22:35:55 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	0273d9dc2d 
 
						 
						
							
							
								
								
								upgrade actions/checkout@v4  
							
							 
							
							
							
						 
						
							2023-12-04 21:28:37 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	b96f044905  
						 
						
							
							
								
								
								Merge pull request 'IPv6 tests' ( #129 ) from earl-warren/runner:wip-ipv6 into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/129 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-12-04 16:58:22 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	d7e471a392 
 
						 
						
							
							
								
								
								IPv6 tests  
							
							 
							
							
							
						 
						
							2023-12-04 17:54:25 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	f3ac0def98  
						 
						
							
							
								
								
								Merge pull request 'upgrade to act v1.19.0' ( #128 ) from earl-warren/runner:wip-act-update into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/128 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-12-02 17:13:32 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	45c67b92f6 
 
						 
						
							
							
								
								
								upgrade to act v1.19.0  
							
							 
							
							
							
						 
						
							2023-12-02 18:02:29 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	09669f13cf  
						 
						
							
							
								
								
								Merge pull request 'upgrade to act v1.18.0' ( #125 ) from earl-warren/runner:wip-act-update into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/125 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-12-01 23:41:33 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	e38ba5e7db 
 
						 
						
							
							
								
								
								upgrade to act v1.18.0  
							
							 
							
							
							
						 
						
							2023-12-02 00:11:19 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									dachary 
								
							 
						 
						
							
							
								
							
							
	77ce39c2d3  
						 
						
							
							
								
								
								Merge pull request 'docs: update kubernetes dind example' ( #123 ) from xyhhx/runner:main into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/123 
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> 
							
						 
						
							2023-11-28 22:07:26 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									xyhhx 
								
							 
						 
						
							
							
								
							
							
	52b952be0f  
						 
						
							
							
								
								
								docs(example/kubernetes): use pod names as runner names  
							
							 
							
							
							
						 
						
							2023-11-28 01:08:54 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									xyhhx 
								
							 
						 
						
							
							
								
							
							
	
	
	700a6de5bc 
 
						 
						
							
							
								
								
								docs: update kubernetes dind example  
							
							 
							
							
							
						 
						
							2023-11-27 16:41:09 -05:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	d22ee0fb8e  
						 
						
							
							
								
								
								Merge pull request 'feat(docker): Add flag to enable IPv6 in auto-created networks' ( #120 ) from s3lph/forgejo-runner:feat-docker-ipv6 into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/120 
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> 
							
						 
						
							2023-11-15 16:42:29 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									s3lph 
								
							 
						 
						
							
							
								
							
							
	7db5a7f8d9  
						 
						
							
							
								
								
								chore: make fmt  
							
							 
							
							
							
						 
						
							2023-11-15 01:10:02 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									s3lph 
								
							 
						 
						
							
							
								
							
							
	863fb9c760  
						 
						
							
							
								
								
								chore: update forgejo/act to v1.17.0  
							
							 
							
							
							
						 
						
							2023-11-15 00:36:40 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									s3lph 
								
							 
						 
						
							
							
								
							
							
	1139bb7d12  
						 
						
							
							
								
								
								feat(docker): Add flag to enable IPv6 in auto-created networks  
							
							 
							
							
							
						 
						
							2023-11-14 19:16:09 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	330199c532  
						 
						
							
							
								
								
								Merge pull request 'Update ACT v1.16.0 to resolve a race condition' ( #118 ) from earl-warren/runner:wip-act-update into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/118 
Reviewed-by: dachary <dachary@noreply.code.forgejo.org> 
							
						 
						
							2023-11-11 11:45:30 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	f6eadb933a 
 
						 
						
							
							
								
								
								update 3.2.0 release notes  
							
							 
							
							
							
						 
						
							2023-11-11 12:17:57 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	346c7af6a9 
 
						 
						
							
							
								
								
								upgrade to act v1.16.0  
							
							 
							
							
							
						 
						
							2023-11-11 12:17:41 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	63f4a6f746 
 
						 
						
							
							
								
								
								upgrade to act v1.15.0  
							
							 
							
							
							
						 
						
							2023-11-10 22:42:23 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	fd83ce5964 
 
						 
						
							
							
								
								
								update the hacking instructions with lxc  
							
							 
							
							
							
						 
						
							2023-11-10 22:42:11 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	c31664dce4 
 
						 
						
							
							
								
								
								update 3.2.0 release notes  
							
							 
							
							
							
						 
						
							2023-11-10 22:41:46 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	409d49bcc4 
 
						 
						
							
							
								
								
								do not cascade if the CASCADE variable is no  
							
							 
							
							
							
						 
						
							2023-11-10 19:09:49 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	5407eeb50d  
						 
						
							
							
								
								
								Merge pull request 'upgrade to act v1.14.0' ( #113 ) from earl-warren/runner:wip-lxc into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/113  
							
						 
						
							2023-11-09 13:48:09 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	e934c2a70d 
 
						 
						
							
							
								
								
								[FORGEJO] update the 3.1 release notes  
							
							 
							
							
							
						 
						
							2023-11-09 13:06:46 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	cca6cc9bea 
 
						 
						
							
							
								
								
								[FORGEJO] upgrade to act v1.14.0  
							
							 
							
							
							
						 
						
							2023-11-09 13:06:41 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									earl-warren 
								
							 
						 
						
							
							
								
							
							
	9b05b16463  
						 
						
							
							
								
								
								Merge pull request '[FORGEJO] add support for the lxc:// scheme' ( #110 ) from earl-warren/runner:wip-lxc into main  
							
							 
							
							... 
							
							
							
							Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/110  
							
						 
						
							2023-11-09 03:36:59 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	cf2608d1ea 
 
						 
						
							
							
								
								
								[FORGEJO] add support for the lxc:// scheme  
							
							 
							
							
							
						 
						
							2023-11-09 03:55:09 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	92cd7c8e19 
 
						 
						
							
							
								
								
								no need to checkout before running cascading-pr  
							
							 
							
							
							
						 
						
							2023-11-08 17:57:48 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	6d77918ad1  
						 
						
							
							
								
								
								[FORGEJO] upgrade to act v1.13.0  
							
							 
							
							
							
						 
						
							2023-11-07 21:41:18 +00:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	f0dc5e90a0 
 
						 
						
							
							
								
								
								[FORGEJO] upgrade to act v1.13.0  
							
							 
							
							
							
						 
						
							2023-11-07 20:19:08 +01:00  
						
						
							 
							
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	a9c4dbe512 
 
						 
						
							
							
								
								
								[FORGEJO] upgrade to Forgejo v1.20 & the latest setup-forgejo  
							
							 
							
							
							
						 
						
							2023-11-05 19:53:11 +01:00