-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout action to v4
- Loading branch information
1 parent
44bd8d5
commit 1943567
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
REF: ${{ steps.generate-ref.outputs.ref }} | ||
steps: | ||
- run: helm version | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- run: helm version | ||
- id: generate-ref | ||
name: Generate Ref | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- "helm plugin install https://github.com/hypnoglow/helm-s3.git && helm plugin list" | ||
- "helm env" | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- uses: ./ | ||
with: | ||
exec: ${{ matrix.exec }} | ||
|
@@ -65,7 +65,7 @@ jobs: | |
matrix: | ||
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- run: helm version | ||
- uses: ./ | ||
id: helm3 | ||
|
@@ -93,7 +93,7 @@ jobs: | |
matrix: | ||
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
- name: Get running image ID | ||
|
@@ -181,7 +181,7 @@ jobs: | |
matrix: | ||
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
- name: Get running image ID | ||
|
@@ -289,7 +289,7 @@ jobs: | |
matrix: | ||
runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: actions/checkout@v4 | ||
- name: Create k8s Kind Cluster | ||
uses: helm/[email protected] | ||
- name: Get running image ID | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters