mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 18:34:19 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) a8a5d892e4
			
		
	
	
		a8a5d892e4
		
			
		
	
	
	
	
		
			
			Bumps the minor-actions-dependencies group with 1 update: [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action). Updates `actions/publish-immutable-action` from 0.0.3 to 0.0.4 - [Release notes](https://github.com/actions/publish-immutable-action/releases) - [Commits](https://github.com/actions/publish-immutable-action/compare/0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: actions/publish-immutable-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: 'Publish Immutable Action Version'
 | |
| 
 | |
| on:
 | |
|   release:
 | |
|     types: [published]
 | |
| 
 | |
| jobs:
 | |
|   publish:
 | |
|     runs-on: ubuntu-latest
 | |
|     permissions:
 | |
|       contents: read
 | |
|       id-token: write
 | |
|       packages: write
 | |
| 
 | |
|     steps:
 | |
|       - name: Checking out
 | |
|         uses: actions/checkout@v4
 | |
|       - name: Publish
 | |
|         id: publish
 | |
|         uses: actions/publish-immutable-action@v0.0.4
 |