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 all group with 8 updates #197

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps the all group with 8 updates:

Package From To
actions/checkout 4.1.1 4.1.5
actions/setup-go 4.1.0 5.0.1
actions/cache 3.3.2 4.0.2
EndBug/add-and-commit 9.1.3 9.1.4
golangci/golangci-lint-action 3.7.0 6.0.1
kubernetes-sigs/kubebuilder-release-tools 0.4.2 0.4.3
tj-actions/changed-files 40.1.1 44.3.0
softprops/action-gh-release 1 2

Updates actions/checkout from 4.1.1 to 4.1.5

Release notes

Sourced from actions/checkout's releases.

v4.1.5

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/checkout@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.1...v4.1.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

... (truncated)

Commits

Updates actions/setup-go from 4.1.0 to 5.0.1

Release notes

Sourced from actions/setup-go's releases.

v5.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

v5.0.0

What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).

Besides, this release contains such changes as:

New Contributors

Full Changelog: actions/setup-go@v4...v5.0.0

Commits

Updates actions/cache from 3.3.2 to 4.0.2

Release notes

Sourced from actions/cache's releases.

v4.0.2

What's Changed

Full Changelog: actions/cache@v4.0.1...v4.0.2

v4.0.1

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.0.1

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

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.2

  • Fixed restore fail-on-cache-miss not working.

4.0.1

  • Updated isGhes check

4.0.0

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

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

... (truncated)

Commits

Updates EndBug/add-and-commit from 9.1.3 to 9.1.4

Release notes

Sourced from EndBug/add-and-commit's releases.

v9.1.4

What's Changed

... (truncated)

Commits
  • a94899b 9.1.4
  • a622cc1 docs: add mdboom as a contributor for maintenance (#615)
  • 81610ab fix: bump node to v20 (#614)
  • 5e702fd chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#612)
  • f83257c chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#610)
  • 4ecef32 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 (#609)
  • 2f00a73 chore(deps-dev): bump @​typescript-eslint/parser from 6.18.0 to 6.18.1 (#608)
  • f494dad chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#607)
  • e80d347 chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#606)
  • e023565 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#605)
  • Additional commits viewable in compare view

Updates golangci/golangci-lint-action from 3.7.0 to 6.0.1

Release notes

Sourced from golangci/golangci-lint-action's releases.

v6.0.1

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v6.0.0...v6.0.1

v6.0.0

What's Changed

This version removes annotations option (because it was useless), and removes the default output format (github-actions). The annotations are still produced but with another approach.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v5.3.0...v6.0.0

v5.3.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.2.0...v5.3.0

v5.2.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.1.0...v5.2.0

... (truncated)

Commits
  • a4f60bb fix: use 3-dots syntax for diff on push (#1040)
  • 5815a4b doc: improve readme
  • 23faadf doc: improve readme
  • b556f25 doc: improve readme
  • 789f114 feat: rewrite format handling (#1038)
  • d36b91c build(deps-dev): bump @​typescript-eslint/parser from 7.7.1 to 7.8.0 (#1035)
  • a9eb115 build(deps): bump @​types/node from 20.12.7 to 20.12.8 (#1036)
  • bd4fa7c build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • 38e1018 feat: improve log about pwd/cwd (#1033)
  • 21e9e6b feat: use OS and working-directory as cache key (#1032)
  • Additional commits viewable in compare view

Updates kubernetes-sigs/kubebuilder-release-tools from 0.4.2 to 0.4.3

Release notes

Sourced from kubernetes-sigs/kubebuilder-release-tools's releases.

v0.4.3

What's Changed

Full Changelog: kubernetes-sigs/kubebuilder-release-tools@v0.4.2...v0.4.3

Commits

Updates tj-actions/changed-files from 40.1.1 to 44.3.0

Release notes

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

v44.3.0

What's Changed

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

v44.2.0

What's Changed

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

v44.1.0

What's Changed

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

v44.0.1

What's Changed

... (truncated)

Changelog

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

Changelog

44.3.0 - (2024-04-18)

🚀 Features

  • Add support for returning posix path separator on windows (#2056) (0874344) - (Tonye Jack)

🐛 Bug Fixes

  • Add a fallback value for the max number for retries to fetch missing history (#2055) (9f8300f) - (Tonye Jack)

⬆️ Upgrades

  • Upgraded to v44.2.0 (#2054)

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

44.2.0 - (2024-04-18)

🚀 Features

  • Add support for specifying the max number for retries to fetch missing history (#2052) (07c64e5) - (Tonye Jack)

🔄 Update

  • Updated README.md (#2053)

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

  • Updated README.md (#2049)

Co-authored-by: repo-ranger[bot] (831e892) - (tj-actions[bot])

⬆️ Upgrades

  • Upgraded to v44.1.0 (#2050)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (5bd3332) - (tj-actions[bot])

44.1.0 - (2024-04-17)

🚀 Features

  • Add option to exclude submodules when detecting changes (#2047) (e052d30) - (Tonye Jack)

➕ Add

  • Added missing changes and modified dist assets. (d477ae5) - (GitHub Action)

... (truncated)

Commits
  • 0874344 feat: add support for returning posix path separator on windows (#2056)
  • 9f8300f fix: add a fallback value for the max number for retries to fetch missing his...
  • a06b9e8 Upgraded to v44.2.0 (#2054)
  • 4c5f5d6 Updated README.md (#2053)
  • 07c64e5 feat: add support for specifying the max number for retries to fetch missing ...
  • 5bd3332 Upgraded to v44.1.0 (#2050)
  • 831e892 Updated README.md (#2049)
  • e052d30 feat: add option to exclude submodules when detecting changes (#2047)
  • 23a4490 chore(deps): update peter-evans/create-pull-request action to v6.0.4
  • 60e2739 chore(deps): update typescript-eslint monorepo to v7.7.0
  • Additional commits viewable in compare view

Updates softprops/action-gh-release from 1 to 2

Release notes

Sourced from

sbueringer and others added 2 commits May 8, 2024 10:30
Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.1.5` |
| [actions/setup-go](https://github.com/actions/setup-go) | `4.1.0` | `5.0.1` |
| [actions/cache](https://github.com/actions/cache) | `3.3.2` | `4.0.2` |
| [EndBug/add-and-commit](https://github.com/endbug/add-and-commit) | `9.1.3` | `9.1.4` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3.7.0` | `6.0.1` |
| [kubernetes-sigs/kubebuilder-release-tools](https://github.com/kubernetes-sigs/kubebuilder-release-tools) | `0.4.2` | `0.4.3` |
| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `40.1.1` | `44.3.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `1` | `2` |


Updates `actions/checkout` from 4.1.1 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...44c2b7a)

Updates `actions/setup-go` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@93397be...cdcb360)

Updates `actions/cache` from 3.3.2 to 4.0.2
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@704facf...0c45773)

Updates `EndBug/add-and-commit` from 9.1.3 to 9.1.4
- [Release notes](https://github.com/endbug/add-and-commit/releases)
- [Commits](EndBug/add-and-commit@1bad3ab...a94899b)

Updates `golangci/golangci-lint-action` from 3.7.0 to 6.0.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@3a91952...a4f60bb)

Updates `kubernetes-sigs/kubebuilder-release-tools` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/kubernetes-sigs/kubebuilder-release-tools/releases)
- [Changelog](https://github.com/kubernetes-sigs/kubebuilder-release-tools/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/kubebuilder-release-tools@3c34113...012269a)

Updates `tj-actions/changed-files` from 40.1.1 to 44.3.0
- [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@25ef392...0874344)

Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@de2c0eb...69320db)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: EndBug/add-and-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: kubernetes-sigs/kubebuilder-release-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ok-to-test label May 8, 2024
Copy link
Author

dependabot bot commented on behalf of github May 8, 2024

The following labels could not be found: area/ci.

Copy link
Author

dependabot bot commented on behalf of github May 8, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this May 8, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/all-f042cd8c9a branch May 8, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant