build(deps): bump the actions group with 5 updates (#1005)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									cf49a4a28f
								
							
						
					
					
						commit
						3f036bdea7
					
				|  | @ -23,7 +23,7 @@ jobs: | ||||||
|     name: PreCommit |     name: PreCommit | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/setup-python@v5.0.0 |     - uses: actions/setup-python@v5.1.0 | ||||||
|     - uses: DeterminateSystems/nix-installer-action@v10 |     - uses: DeterminateSystems/nix-installer-action@v10 | ||||||
|       with: |       with: | ||||||
|         diagnostic-endpoint: "" |         diagnostic-endpoint: "" | ||||||
|  | @ -33,7 +33,7 @@ jobs: | ||||||
|     - name: Checkout |     - name: Checkout | ||||||
|       uses: actions/checkout@v4 |       uses: actions/checkout@v4 | ||||||
|     - id: files |     - id: files | ||||||
|       uses: tj-actions/changed-files@v43 |       uses: tj-actions/changed-files@v44 | ||||||
|     - name: nix checks |     - name: nix checks | ||||||
|       run: nix flake check |       run: nix flake check | ||||||
|     - name: nix pre-commit |     - name: nix pre-commit | ||||||
|  |  | ||||||
|  | @ -85,7 +85,7 @@ jobs: | ||||||
|         run: nix build .#website |         run: nix build .#website | ||||||
|       - name: Setup Pages |       - name: Setup Pages | ||||||
|         id: pages |         id: pages | ||||||
|         uses: actions/configure-pages@v4 |         uses: actions/configure-pages@v5 | ||||||
|       - name: Upload artifact |       - name: Upload artifact | ||||||
|         uses: actions/upload-pages-artifact@v3 |         uses: actions/upload-pages-artifact@v3 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
|  | @ -46,7 +46,7 @@ jobs: | ||||||
|         run: make go-dependencies |         run: make go-dependencies | ||||||
| 
 | 
 | ||||||
|       - name: Setup Bats and libs |       - name: Setup Bats and libs | ||||||
|         uses: bats-core/bats-action@1.5.6 |         uses: bats-core/bats-action@2.0.0 | ||||||
|         with: |         with: | ||||||
|           support-path: "${{ github.workspace }}/.bats/bats-support" |           support-path: "${{ github.workspace }}/.bats/bats-support" | ||||||
|           assert-path: "${{ github.workspace }}/.bats/bats-assert" |           assert-path: "${{ github.workspace }}/.bats/bats-assert" | ||||||
|  | @ -54,7 +54,7 @@ jobs: | ||||||
|           file-path: "${{ github.workspace }}/.bats/bats-file" |           file-path: "${{ github.workspace }}/.bats/bats-file" | ||||||
| 
 | 
 | ||||||
|       - name: Kind setup |       - name: Kind setup | ||||||
|         uses: helm/kind-action@v1.9.0 |         uses: helm/kind-action@v1.10.0 | ||||||
|         with: |         with: | ||||||
|           cluster_name: ${{env.KIND_CLUSTER_NAME}} |           cluster_name: ${{env.KIND_CLUSTER_NAME}} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -84,7 +84,7 @@ jobs: | ||||||
|         run: make go-dependencies |         run: make go-dependencies | ||||||
| 
 | 
 | ||||||
|       - name: Kind setup |       - name: Kind setup | ||||||
|         uses: helm/kind-action@v1.9.0 |         uses: helm/kind-action@v1.10.0 | ||||||
|         with: |         with: | ||||||
|           cluster_name: ${{env.KIND_CLUSTER_NAME}} |           cluster_name: ${{env.KIND_CLUSTER_NAME}} | ||||||
|           config: kind-cluster.yaml |           config: kind-cluster.yaml | ||||||
|  |  | ||||||
|  | @ -85,7 +85,7 @@ jobs: | ||||||
|         run: make go-dependencies |         run: make go-dependencies | ||||||
| 
 | 
 | ||||||
|       - name: Kind setup |       - name: Kind setup | ||||||
|         uses: helm/kind-action@v1.9.0 |         uses: helm/kind-action@v1.10.0 | ||||||
|         with: |         with: | ||||||
|           cluster_name: ${{env.KIND_CLUSTER_NAME}} |           cluster_name: ${{env.KIND_CLUSTER_NAME}} | ||||||
|           config: kind-cluster.yaml |           config: kind-cluster.yaml | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - name: Prep - setup Bats and bats libs |       - name: Prep - setup Bats and bats libs | ||||||
|         if: ${{ github.event.inputs.skipTests != 'true' }} |         if: ${{ github.event.inputs.skipTests != 'true' }} | ||||||
|         uses: bats-core/bats-action@1.5.6 |         uses: bats-core/bats-action@2.0.0 | ||||||
|         with: |         with: | ||||||
|           support-path: "${{ github.workspace }}/.bats/bats-support" |           support-path: "${{ github.workspace }}/.bats/bats-support" | ||||||
|           assert-path: "${{ github.workspace }}/.bats/bats-assert" |           assert-path: "${{ github.workspace }}/.bats/bats-assert" | ||||||
|  | @ -54,7 +54,7 @@ jobs: | ||||||
| 
 | 
 | ||||||
|       - name: Prep - Kind setup |       - name: Prep - Kind setup | ||||||
|         if: ${{ github.event.inputs.skipTests != 'true' }} |         if: ${{ github.event.inputs.skipTests != 'true' }} | ||||||
|         uses: helm/kind-action@v1.9.0 |         uses: helm/kind-action@v1.10.0 | ||||||
|         with: |         with: | ||||||
|           cluster_name: ${{env.KIND_CLUSTER_NAME}} |           cluster_name: ${{env.KIND_CLUSTER_NAME}} | ||||||
|           config: kind-cluster.yaml |           config: kind-cluster.yaml | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue