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(deps): bump the actions group with 3 updates #2980

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the actions group with 3 updates: actions/cache, mymindstorm/setup-emsdk and tj-actions/glob.

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 mymindstorm/setup-emsdk from 13 to 14

Release notes

Sourced from mymindstorm/setup-emsdk's releases.

Version 14

Breaking Changes

The default cache key naming scheme was changed from {Emscripten version}-{OS type}-${CPU architecture}-master to {Github workflow name}-{Emscripten version}-{OS type}-${CPU architecture}. If actions-cache-folder is defined, ensure that there are no conflicts with other caches to prevent issues.

Changelog

  • Add option to override cache key naming scheme (#20)
  • Add workflow name to cache key naming scheme (#20)
  • Updated dependencies to latest versions
Commits

Updates tj-actions/glob from 18 to 19

Release notes

Sourced from tj-actions/glob's releases.

v19

Changes in v19.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: Glob match
        uses: tj-actions/glob@v19
        id: glob
        with:
          files: 'dir/'  # Would also be the same as dir/** 

What's Changed

Full Changelog: tj-actions/glob@v18...v19.0.0


v19.0.0

... (truncated)

Changelog

Sourced from tj-actions/glob's changelog.

19.0.0 - (2024-01-18)

🚀 Features

  • Add support for excluding a nested directory files using a slash (2) (#1063) (dc0d0cd) - (Tonye Jack)
  • Add support for excluding a nested directory files using a directory pattern ends with a slash (#1062) (d9dadb0) - (Tonye Jack)

🔄 Update

  • Updated README.md (#1061)

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

  • Update README.md (896e69d) - (Tonye Jack)

📝 Other

  • PR #1060: update dependency prettier to v3.2.4 (8c6ebd0) - (repo-ranger[bot])
  • PR #1059: update dependency @​types/node to v20.11.5 (ed56ac3) - (repo-ranger[bot])
  • PR #1058: update dependency prettier to v3.2.3 (1afd39b) - (repo-ranger[bot])
  • PR #1057: update tj-actions/eslint-changed-files action to v22 (c3b3239) - (repo-ranger[bot])
  • PR #1056: update dependency @​types/node to v20.11.4 (812eecc) - (repo-ranger[bot])
  • PR #1055: update dependency @​types/node to v20.11.3 (8692313) - (repo-ranger[bot])
  • PR #1054: update typescript-eslint monorepo to v6.19.0 (51f89be) - (repo-ranger[bot])
  • PR #1053: update dependency @​types/node to v20.11.2 (9be4bef) - (repo-ranger[bot])
  • PR #1035: update dependency @​types/node to v20.11.1 (638c597) - (repo-ranger[bot])
  • PR #1051: lock file maintenance (2b2854d) - (repo-ranger[bot])
  • PR #1050: update dependency prettier to v3.2.2 (794743a) - (repo-ranger[bot])
  • PR #1049: update dependency prettier to v3.2.1 (4b7389c) - (repo-ranger[bot])
  • PR #1036: lock file maintenance (c2a76eb) - (repo-ranger[bot])
  • PR #1048: update dependency prettier to v3.2.0 (91d008c) - (repo-ranger[bot])
  • PR #1038: update dependency @​typescript-eslint/eslint-plugin to v6.18.1 (3f6ab5d) - (repo-ranger[bot])
  • PR #1040: bump @​typescript-eslint/parser from 6.18.0 to 6.18.1 (3deed59) - (repo-ranger[bot])
  • Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-6.18.1 (83e737d) - (repo-ranger[bot])
  • PR #1045: bump @​types/node from 20.10.6 to 20.11.0 (a0c1d13) - (repo-ranger[bot])
  • Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-6.18.1 (07d17f1) - (repo-ranger[bot])
  • Merge branch 'main' into dependabot/npm_and_yarn/types/node-20.11.0 (9f3bdf5) - (repo-ranger[bot])
  • PR #1041: update dependency eslint-plugin-prettier to v5.1.3 (fa2a766) - (repo-ranger[bot])
  • PR #1044: update dependency eslint-plugin-jest to v27.6.3 (ed540e2) - (repo-ranger[bot])
  • PR #1034: update typescript-eslint monorepo to v6.18.0 (afd190d) - (repo-ranger[bot])

⚙️ Miscellaneous Tasks

  • deps: Update dependency prettier to v3.2.4 (edf45a4) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.5 (f02e80f) - (renovate[bot])
  • deps: Update dependency prettier to v3.2.3 (1fd8a7c) - (renovate[bot])
  • deps: Update tj-actions/eslint-changed-files action to v22 (76bdbd2) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.4 (a08b8ae) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.3 (6e56192) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v6.19.0 (4924a50) - (renovate[bot])
  • deps: Update dependency @​types/node to v20.11.2 (7d11c8c) - (renovate[bot])

... (truncated)

Commits
  • dc0d0cd feat: add support for excluding a nested directory files using a slash (2) (#...
  • d9dadb0 feat: add support for excluding a nested directory files using a directory pa...
  • d9b22df Updated README.md (#1061)
  • 896e69d Update README.md
  • 8c6ebd0 Merge pull request #1060 from tj-actions/renovate/prettier-3.x
  • edf45a4 chore(deps): update dependency prettier to v3.2.4
  • ed56ac3 Merge pull request #1059 from tj-actions/renovate/node-20.x
  • f02e80f chore(deps): update dependency @​types/node to v20.11.5
  • 1afd39b Merge pull request #1058 from tj-actions/renovate/prettier-3.x
  • 1fd8a7c chore(deps): update dependency prettier to v3.2.3
  • 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: [actions/cache](https://github.com/actions/cache), [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) and [tj-actions/glob](https://github.com/tj-actions/glob).


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 `mymindstorm/setup-emsdk` from 13 to 14
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](mymindstorm/setup-emsdk@v13...v14)

Updates `tj-actions/glob` from 18 to 19
- [Release notes](https://github.com/tj-actions/glob/releases)
- [Changelog](https://github.com/tj-actions/glob/blob/main/HISTORY.md)
- [Commits](tj-actions/glob@v18...v19)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: tj-actions/glob
  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 Jan 22, 2024
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f9a29ef) 81.88% compared to head (dbe0a2f) 81.88%.

Additional details and impacted files

@agoose77 agoose77 merged commit e69f603 into main Jan 25, 2024
38 of 39 checks passed
@agoose77 agoose77 deleted the dependabot/github_actions/actions-e7cff48df8 branch January 25, 2024 13:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant