Skip to content

Commit 0fd0c18

Browse files
dependabot[bot]marcofranssen
authored andcommitted
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3d1254 commit 0fd0c18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/helm-chart-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/[email protected].0
37+
uses: actions/[email protected].1
3838

3939
- name: Verify Docs updated
4040
run: .github/helm-docs.sh
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].1
4949
with:
5050
fetch-depth: 0
5151

@@ -98,7 +98,7 @@ jobs:
9898

9999
steps:
100100
- name: Checkout
101-
uses: actions/[email protected].0
101+
uses: actions/[email protected].1
102102

103103
- id: set-matrix
104104
run: |
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: Checkout
134-
uses: actions/[email protected].0
134+
uses: actions/[email protected].1
135135
with:
136136
fetch-depth: 0
137137

.github/workflows/release.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
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
fetch-depth: 0
2424

0 commit comments

Comments
 (0)