Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 457644d commit c910bdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-chart-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6

- name: Verify Docs updated
run: .github/helm-docs.sh
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6

- id: set-matrix
run: |
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down

0 comments on commit c910bdd

Please sign in to comment.