-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): Update actions/checkout action to v4.1.7
- Loading branch information
1 parent
9e8e970
commit 0a1480e
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: "ubuntu-22.04" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Set up python and pip cache" | ||
uses: "actions/[email protected]" | ||
with: | ||
|
@@ -32,15 +32,15 @@ jobs: | |
image: "alpine/helm:3.15.2" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Run 'helm lint'" | ||
run: "helm lint ./charts/grafaml" | ||
|
||
kube-linter-lint-job: | ||
runs-on: "ubuntu-22.04" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Run 'kube-linter'" | ||
uses: "stackrox/[email protected]" | ||
with: | ||
|
@@ -52,7 +52,7 @@ jobs: | |
image: "alpine/helm:3.15.2" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Install 'Helm Unittest'" | ||
run: "helm plugin install https://github.com/helm-unittest/helm-unittest.git" | ||
- name: "Run 'helm unittest'" | ||
|
@@ -68,7 +68,7 @@ jobs: | |
version: "${{ steps.determineVersion.outputs.version }}" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Set up node and yarn" | ||
uses: "actions/[email protected]" | ||
with: | ||
|
@@ -99,7 +99,7 @@ jobs: | |
image: "alpine/helm:3.15.2" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
- name: "Echo new version" | ||
run: "echo \"The package will be released with version ${{ needs.determine-version-job.outputs.version }}\"" | ||
- name: "Run 'helm package'" | ||
|
@@ -119,7 +119,7 @@ jobs: | |
pull-requests: "write" | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/[email protected].6" | ||
uses: "actions/[email protected].7" | ||
with: | ||
persist-credentials: false | ||
- name: "Set up node and yarn" | ||
|