-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(github): Update actions' versions #1525
Conversation
Signed-off-by: yu-croco <yu.croco@gmail.com>
@@ -18,9 +18,9 @@ jobs: | |||
uses: azure/setup-helm@v1 | |||
|
|||
- name: Set up python | |||
uses: actions/setup-python@v3 | |||
uses: actions/setup-python@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no breaking changes. 👀
https://github.com/actions/setup-python/releases/tag/v4.0.0
@@ -55,7 +55,7 @@ jobs: | |||
fi | |||
|
|||
- name: Create kind cluster | |||
uses: helm/kind-action@v1.2.0 | |||
uses: helm/kind-action@v1.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no breaking changes. 👀
uses: azure/setup-helm@v3 | ||
with: | ||
version: latest # stable | ||
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I set config by referring sample. 👀
https://github.com/Azure/setup-helm#example
Current CI also uses latest Helm version, v3.10.0.
https://github.com/argoproj/argo-helm/actions/runs/3210246553/jobs/5247553641
@@ -14,7 +14,7 @@ jobs: | |||
pull-requests: write # for actions/stale to close stale PRs | |||
runs-on: ubuntu-latest | |||
steps: | |||
- uses: actions/stale@v5 | |||
- uses: actions/stale@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version has breaking change below, but it looks ok for us. 👀
https://github.com/actions/stale/releases/tag/v6.0.0
Issues/PRs default
close-issue-reason
is nownot_planned
Signed-off-by: yu-croco yu.croco@gmail.com
Note on DCO:
If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.
Checklist:
Changes are automatically published when merged to
main
. They are not published on branches.