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 the actions group with 3 updates #15728

Merged
merged 1 commit into from Feb 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the actions group with 3 updates: toshimaru/auto-author-assign, actions/cache and tj-actions/changed-files.

Updates toshimaru/auto-author-assign from 2.0.1 to 2.1.0

Release notes

Sourced from toshimaru/auto-author-assign's releases.

v2.1.0

What's Changed

Dependencies

Full Changelog: toshimaru/auto-author-assign@v2.0.1...v2.1.0

Changelog

Sourced from toshimaru/auto-author-assign's changelog.

2.1.0 (2024-01-17)

Commits
  • ebd30f1 chore(release): 2.1.0
  • fe944cf build(deps): bump @​actions/github from 5.1.1 to 6.0.0 (#99)
  • 60a9f1a build(deps-dev): bump @​vercel/ncc from 0.38.0 to 0.38.1 (#100)
  • 5a5d40b build(deps): bump actions/setup-node from 3 to 4 (#101)
  • See full diff in compare view

Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

... (truncated)

Commits

Updates tj-actions/changed-files from 41.0.1 to 42.0.2

Release notes

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

v42.0.2

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.2

v42.0.1

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.1

v42.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

  • Input file patterns that end with a / would now match all sub-files within the directory without requiring you to specify the globstar pattern.

...
      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: tj-actions/changed-files@v41...v42.0.0

v42

Changes in v42.0.2

... (truncated)

Changelog

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

42.0.2 - (2024-01-25)

🚀 Features

  • Enhance error handling for non-git directories (#1885) (90a06d6) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v42.0.1 (#1884)

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

42.0.1 - (2024-01-24)

➕ Add

  • Added missing changes and modified dist assets. (ea024b2) - (GitHub Action)
  • Added missing changes and modified dist assets. (3af07c2) - (GitHub Action)

🔄 Update

  • Update env.ts (3680129) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.11.6 (ac21d93) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.1 (a4637ea) - (renovate[bot])
  • deps: Update dependency ts-jest to v29.1.2 (fd9998c) - (renovate[bot])
  • deps: Lock file maintenance (db4e584) - (renovate[bot])
  • Rename example worflows from test to example (#1878) (c6543c4) - (Tonye Jack)
  • Update README.md (#1877) (88f9f3e) - (Tonye Jack)
  • deps: Lock file maintenance (5d866cb) - (renovate[bot])
  • deps: Update tj-actions/eslint-changed-files action to v23 (#1875) (346f237) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v42 (#1874)

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

42.0.0 - (2024-01-18)

🚀 Features

  • Add support for include/exclude all nested files when a directory is specified and ends with a slash (#1873) (ae82ed4) - (Tonye Jack)

🐛 Bug Fixes

... (truncated)

Commits
  • 90a06d6 feat: enhance error handling for non-git directories (#1885)
  • 2cb2c92 Upgraded to v42.0.1 (#1884)
  • ac21d93 chore(deps): update dependency @​types/node to v20.11.6
  • a4637ea chore(deps): update typescript-eslint monorepo to v6.19.1
  • fd9998c chore(deps): update dependency ts-jest to v29.1.2
  • ea024b2 Added missing changes and modified dist assets.
  • db4e584 chore(deps): lock file maintenance
  • c6543c4 chore: rename example worflows from test to example (#1878)
  • 88f9f3e chore: update README.md (#1877)
  • 3af07c2 Added missing changes and modified dist assets.
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates: [toshimaru/auto-author-assign](https://github.com/toshimaru/auto-author-assign), [actions/cache](https://github.com/actions/cache) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).


Updates `toshimaru/auto-author-assign` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/toshimaru/auto-author-assign/releases)
- [Changelog](https://github.com/toshimaru/auto-author-assign/blob/main/CHANGELOG.md)
- [Commits](toshimaru/auto-author-assign@v2.0.1...v2.1.0)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `tj-actions/changed-files` from 41.0.1 to 42.0.2
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v41.0.1...v42.0.2)

---
updated-dependencies:
- dependency-name: toshimaru/auto-author-assign
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2024
Copy link

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

Copy link
Member

@krassowski krassowski left a comment

Choose a reason for hiding this comment

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

LGTM. There is a breaking change in changed-files action but it should not affect our usage.

@krassowski krassowski merged commit ba1a690 into main Feb 3, 2024
81 of 82 checks passed
@krassowski krassowski deleted the dependabot/github_actions/actions-5efb0a052e branch February 3, 2024 17:19
@krassowski krassowski added this to the 4.1.0 milestone Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant