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 across 1 directory with 3 updates #26

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the actions group with 3 updates in the / directory: tj-actions/changed-files, dawidd6/action-download-artifact and cloudflare/wrangler-action.

Updates tj-actions/changed-files from 43 to 44

Release notes

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

v44

Changes in v44.5.2

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.2


Changes in v44.5.1

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.1


Changes in v44.5.0

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.0


Changes in v44.4.0

What's Changed

... (truncated)

Changelog

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

Changelog

44.5.2 - (2024-05-30)

🐛 Bug Fixes

  • Warning with fetch_missing_history_max_retries using REST API (#2114) (d6babd6) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • deps: Update dependency @​types/node to v20.12.13 (0a79e54) - (renovate[bot])
  • deps: Update dependency ts-jest to v29.1.4 (9d06a2a) - (renovate[bot])
  • deps: Update typescript-eslint monorepo to v7.11.0 (7e8e88b) - (renovate[bot])
  • deps: Lock file maintenance (b510737) - (renovate[bot])
  • deps: Lock file maintenance (2e70979) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v44.5.1 (#2108)

Co-authored-by: jackton1 [email protected] (625929d) - (tj-actions[bot])

44.5.1 - (2024-05-24)

🐛 Bug Fixes

  • Bug detecting previous tag when workflow is rerun (#2107) (03334d0) - (Tonye Jack)
  • deps: Update dependency micromatch to v4.0.7 (98e187e) - (renovate[bot])
  • deps: Update dependency micromatch to v4.0.6 (bf548e4) - (renovate[bot])

➕ Add

  • Added missing changes and modified dist assets. (8a0655f) - (GitHub Action)
  • Added missing changes and modified dist assets. (96f6572) - (GitHub Action)

⚙️ Miscellaneous Tasks

  • deps: Update dependency ts-jest to v29.1.3 (d195e6e) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v44.5.0 (#2101)

Co-authored-by: jackton1 [email protected] Co-authored-by: repo-ranger[bot] (8b07fd3) - (tj-actions[bot])

44.5.0 - (2024-05-21)

... (truncated)

Commits
  • d6babd6 fix: warning with fetch_missing_history_max_retries using REST API (#2114)
  • 0a79e54 chore(deps): update dependency @​types/node to v20.12.13
  • 9d06a2a chore(deps): update dependency ts-jest to v29.1.4
  • 7e8e88b chore(deps): update typescript-eslint monorepo to v7.11.0
  • b510737 chore(deps): lock file maintenance
  • 2e70979 chore(deps): lock file maintenance
  • 625929d Upgraded to v44.5.1 (#2108)
  • 03334d0 fix: bug detecting previous tag when workflow is rerun (#2107)
  • 8a0655f Added missing changes and modified dist assets.
  • 98e187e fix(deps): update dependency micromatch to v4.0.7
  • Additional commits viewable in compare view

Updates dawidd6/action-download-artifact from 3 to 5

Release notes

Sourced from dawidd6/action-download-artifact's releases.

v5

Full Changelog: dawidd6/action-download-artifact@v4...v5

v4

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v4

v3.1.4

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3...v3.1.4

v3.1.3

What's Changed

Full Changelog: dawidd6/action-download-artifact@v3.1.2...v3.1.3

v3.1.2

What's Changed

New Contributors

Full Changelog: dawidd6/action-download-artifact@v3.1.1...v3.1.2

v3.1.1

What's Changed

... (truncated)

Commits

Updates cloudflare/wrangler-action from 3.4.1 to 3.6.1

Release notes

Sourced from cloudflare/wrangler-action's releases.

v3.6.1

Patch Changes

v3.6.0

Minor Changes

v3.5.0

Minor Changes

  • #255 31a6263ef3ec73ff2d03cb4c0260379f96f7598c Thanks @​matthewdavidrodgers! - Stop racing secret uploads

    For up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call.

    For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all()

    Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors.

    This fixes the legacy secret upload errors by making these calls serially instead of concurrently.

Changelog

Sourced from cloudflare/wrangler-action's changelog.

3.6.1

Patch Changes

3.6.0

Minor Changes

3.5.0

Minor Changes

  • #255 31a6263ef3ec73ff2d03cb4c0260379f96f7598c Thanks @​matthewdavidrodgers! - Stop racing secret uploads

    For up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call.

    For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all()

    Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors.

    This fixes the legacy secret upload errors by making these calls serially instead of concurrently.

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 <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 in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action).


Updates `tj-actions/changed-files` from 43 to 44
- [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@v43...v44)

Updates `dawidd6/action-download-artifact` from 3 to 5
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v3...v5)

Updates `cloudflare/wrangler-action` from 3.4.1 to 3.6.1
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@v3.4.1...v3.6.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jun 10, 2024

The following labels could not be found: internal.

Copy link
Author

dependabot bot commented on behalf of github Jun 17, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/actions-ada4416673 branch June 17, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants