Skip to content

Commit 573b758

Browse files
authored
Merge branch 'main' into update-dependency/helm
2 parents 0df8ee8 + f12d991 commit 573b758

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-push-artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
security-events: write # required for pushing SARIF files
3333
steps:
3434
- name: Check out the repository
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
ref: ${{ inputs.ref }}
3838

@@ -78,7 +78,7 @@ jobs:
7878
chart-version: ${{ steps.semver.outputs.version }}
7979
steps:
8080
- name: Check out the repository
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
ref: ${{ inputs.ref }}
8484
# This is important for the semver action to work correctly

.github/workflows/helm-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ inputs.ref }}
2020
fetch-depth: 0

.github/workflows/tox.yaml

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

1919
steps:
2020
- name: Check out the repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: ${{ inputs.ref || github.ref }}
2424

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: ${{ matrix.key }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Check for most recent GitHub release
2828
id: next

0 commit comments

Comments
 (0)