getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
46 stars 21 forks source link

Bumped GitHub spellcheck action to latest version: 0.35.0 #263

Closed jonasbn closed 1 month ago

jonasbn commented 7 months ago

Description

Hello

As the maintainer of the spellcheck GitHub action I am sunsetting version 0.25.0 as by the proposed sunset policy

I just updated the action to version 0.35.0, so this PR offers an update to the latest version.

Let me know if you have any issues with the proposed PR and I will do my best to accommodate.

I can see your are using Dependabot. You can configure it to keep your GitHub actions up to date.

  # Enable version updates for Actions
  - package-ecosystem: "github-actions"
    # Look for `.github/workflows` in the `root` directory
    directory: "/"
    # Check for updates once a week
    schedule:
      interval: "weekly"

jonasbn

PR Checklist
Lasica commented 7 months ago

I need to disable it in unit tests from pre-commit, as it fails there or use the docker-container version when its done. Thx for update.