We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfa84b commit ea9e397Copy full SHA for ea9e397
.github/workflows/ci-helm-chart.yml
@@ -51,7 +51,7 @@ jobs:
51
git config --global user.email $BOT_EMAIL
52
git config --global user.name $BOT_USERNAME
53
- name: Checkout repository
54
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
55
- name: Set up Node.js
56
uses: actions/setup-node@v3
57
with:
0 commit comments