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

Bump GitHub Actions dependencies & fix typos #206

Merged
merged 2 commits into from
Aug 22, 2024

Commits on Aug 14, 2024

  1. Update dependencies in GitHub PR workflow

    - Get rid of the following warning
    ```
    The following actions uses Node.js version which is deprecated and
    will be forced to run on node20: actions/checkout@v3, azure/setup-helm@v3, actions/setup-go@v4.
    For more info:
    https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
    ```
    
    - Bump the helm-unittest to 0.5.2
    - Bump the kubeconfrom to 0.6.7
    michalbiesek committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    13b2ce6 View commit details
    Browse the repository at this point in the history
  2. Fix typo(s)

    - `compatability` > `compatibility`
    - `decribes` > `describes`
    - `testin` > `testing`
    michalbiesek committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c5b3892 View commit details
    Browse the repository at this point in the history