Skip to content

Commit d0aa6d6

Browse files
Update actions/checkout action to v7 (#640)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e597e7 commit d0aa6d6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
updated: ${{ steps.commit.outputs.updated }}
1313
steps:
1414
- name: Checkout PR branch
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
token: ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}
1818
ref: ${{ github.event.pull_request.head.ref }}
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626
token: ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
- name: Validate
1717
run: npx --yes --package renovate -- renovate-config-validator

0 commit comments

Comments
 (0)