Skip to content

Commit

Permalink
chore(dependencies): Update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and erNail committed May 26, 2024
1 parent d160874 commit cf9757a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
- name: "Set up python and pip cache"
uses: "actions/[email protected]"
with:
Expand All @@ -32,15 +32,15 @@ jobs:
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
- 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].5"
uses: "actions/[email protected].6"
- name: "Run 'kube-linter'"
uses: "stackrox/[email protected]"
with:
Expand All @@ -52,7 +52,7 @@ jobs:
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
- name: "Install 'Helm Unittest'"
run: "helm plugin install https://github.com/helm-unittest/helm-unittest.git"
- name: "Run 'helm unittest'"
Expand All @@ -68,7 +68,7 @@ jobs:
version: "${{ steps.determineVersion.outputs.version }}"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
- name: "Set up node and yarn"
uses: "actions/[email protected]"
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
image: "alpine/helm:3.15.1"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
- name: "Echo new version"
run: "echo \"The package will be released with version ${{ needs.determine-version-job.outputs.version }}\""
- name: "Run 'helm package'"
Expand All @@ -119,7 +119,7 @@ jobs:
pull-requests: "write"
steps:
- name: "Checkout repository"
uses: "actions/[email protected].5"
uses: "actions/[email protected].6"
with:
persist-credentials: false
- name: "Set up node and yarn"
Expand Down

0 comments on commit cf9757a

Please sign in to comment.