time-series-machine-learning / tsml-eval

Evaluation tools for time series machine learning algorithms.
https://tsml-eval.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
36 stars 16 forks source link

[MNT] Bump the github-actions group with 2 updates #147

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the github-actions group with 2 updates: actions/setup-python and tj-actions/changed-files.

Updates actions/setup-python from 4 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

v4.7.1

What's Changed

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

v4.7.0

In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).

      - name: Setup Python
        uses: actions/setup-python@v4
</tr></table> 

... (truncated)

Commits


Updates tj-actions/changed-files from 40.2.0 to 40.2.2

Release notes

Sourced from tj-actions/changed-files's releases.

v40.2.2

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v40...v40.2.2

v40.2.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v40...v40.2.1

Changelog

Sourced from tj-actions/changed-files's changelog.

40.2.2 - (2023-12-10)

🐛 Bug Fixes

  • Bug recovering deleted files for submodules (#1784) (9454999) - (Tonye Jack)

➖ Remove

  • Deleted .github/workflows/auto-approve.yml (a661767) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1786)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (7611ff3) - (tj-actions[bot])

  • Update README.md (c116f52) - (Tonye Jack)
  • Updated README.md (#1779)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (0b0b642) - (tj-actions[bot])

  • Update README.md (f732c37) - (Tonye Jack)
  • Updated README.md (#1778)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (04c0045) - (tj-actions[bot])

  • Update README.md (5cee511) - (Tonye Jack)
  • Update README.md (399525a) - (Tonye Jack)
  • Update README.md (c075bd2) - (Tonye Jack)
  • Update README.md (2918913) - (Tonye Jack)

📚 Documentation

  • Add rodrigorfk as a contributor for code, test, and bug (#1785) (187cf1e) - (allcontributors[bot])

⚙️ Miscellaneous Tasks

  • deps: Bump tj-actions/branch-names from 7 to 8 (#1782) (e1e532c) - (dependabot[bot])
  • deps: Update dependency @​types/node to v20.10.4 (dfecec4) - (renovate[bot])
  • deps: Update dependency typescript to v5.3.3 (208b83f) - (renovate[bot])
  • deps-dev: Bump @​types/jest from 29.5.10 to 29.5.11 (#1775) (ccb109a) - (dependabot[bot])
  • Update package.json (#1774) (95642a1) - (Tonye Jack)
  • Create SECURITY.md (#1773) (726e06f) - (Tonye Jack)
  • deps: Update typescript-eslint monorepo to v6.13.2 (d96fe5d) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v40.2.1 (#1771)

Co-authored-by: jackton1 jackton1@users.noreply.github.com (4ae611e) - (tj-actions[bot])

40.2.1 - (2023-12-04)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
tsml-actions-bot[bot] commented 10 months ago

Thank you for contributing to tsml-eval!

I did not find any labels to add that did not already exist. If the content of your PR changes, make sure to update the labels accordingly.

The Checks tab will show the status of our automated tests. You can click on individual test runs in the tab or "Details" in the panel below to see more information if there is a failure.