Skip to content

Commit 0c7e8bd

Browse files
chore(deps): update actions/checkout action to v4
1 parent 027c199 commit 0c7e8bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/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@v2
13+
uses: actions/checkout@v4
1414
# https://github.com/helm/chart-releaser-action/issues/71#issuecomment-877822669
1515
with:
1616
fetch-depth: 0

.github/workflows/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@v2
10+
uses: actions/checkout@v4
1111

1212
- name: Run chart-testing (lint)
1313
run: make lint

0 commit comments

Comments
 (0)