Skip to content

Commit a629f08

Browse files
authored
Merge pull request #1 from validatedpatterns/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a822d19 + 10323f9 commit a629f08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424

.github/workflows/helm-unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)