Skip to content

Commit 4f9a1bc

Browse files
chore(deps): update actions/checkout action to v7
1 parent 95adf16 commit 4f9a1bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6
10+
uses: actions/checkout@v7
1111
with:
1212
fetch-depth: 0
1313

0 commit comments

Comments
 (0)