Skip to content
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

Merged
merged 2 commits into from
Oct 8, 2022

Conversation

yu-croco
Copy link
Collaborator

@yu-croco yu-croco commented Oct 8, 2022

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:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Changes are automatically published when merged to main. They are not published on branches.

Signed-off-by: yu-croco <yu.croco@gmail.com>
@github-actions github-actions bot added the size/S label Oct 8, 2022
@@ -18,9 +18,9 @@ jobs:
uses: azure/setup-helm@v1

- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -55,7 +55,7 @@ jobs:
fi

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.4.0
Copy link
Collaborator Author

@yu-croco yu-croco Oct 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +23 to +26
uses: azure/setup-helm@v3
with:
version: latest # stable
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
Copy link
Collaborator Author

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

Screen Shot 2022-10-08 at 23 24 35

Current CI also uses latest Helm version, v3.10.0.
https://github.com/argoproj/argo-helm/actions/runs/3210246553/jobs/5247553641
Screen Shot 2022-10-08 at 23 26 25

@@ -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
Copy link
Collaborator Author

@yu-croco yu-croco Oct 8, 2022

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 now not_planned

@yu-croco yu-croco changed the title chore(github): Update versions chore(github): Update actions' versions Oct 8, 2022
@yu-croco yu-croco marked this pull request as ready for review October 8, 2022 14:34
@jmeridth jmeridth merged commit 1297678 into argoproj:main Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants