-
Notifications
You must be signed in to change notification settings - Fork 291
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 gomod-version group with 8 updates #1823
Merged
vroldanbet
merged 2 commits into
main
from
dependabot/github_actions/gomod-version-8f9044bf1d
Mar 20, 2024
Merged
Bump the gomod-version group with 8 updates #1823
vroldanbet
merged 2 commits into
main
from
dependabot/github_actions/gomod-version-8f9044bf1d
Mar 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Mar 19, 2024
063ce96
to
faf7f5c
Compare
vroldanbet
previously approved these changes
Mar 20, 2024
Bumps the gomod-version group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2` | `3` | | [buildjet/cache](https://github.com/buildjet/cache) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `2` | `4` | | [bufbuild/buf-breaking-action](https://github.com/bufbuild/buf-breaking-action) | `1.1.1` | `1.1.3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `3` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `4` | `5` | | [nowsprinting/check-version-format-action](https://github.com/nowsprinting/check-version-format-action) | `3` | `4` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) Updates `buildjet/cache` from 3 to 4 - [Changelog](https://github.com/BuildJet/cache/blob/main/RELEASES.md) - [Commits](BuildJet/cache@v3...v4) Updates `actions/upload-artifact` from 2 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) Updates `bufbuild/buf-breaking-action` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/bufbuild/buf-breaking-action/releases) - [Commits](bufbuild/buf-breaking-action@v1.1.1...v1.1.3) Updates `docker/setup-buildx-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v3) Updates `goreleaser/goreleaser-action` from 4 to 5 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v4...v5) Updates `nowsprinting/check-version-format-action` from 3 to 4 - [Release notes](https://github.com/nowsprinting/check-version-format-action/releases) - [Commits](nowsprinting/check-version-format-action@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: buildjet/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: bufbuild/buf-breaking-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-version - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version - dependency-name: nowsprinting/check-version-format-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gomod-version ... Signed-off-by: dependabot[bot] <[email protected]>
82faa73
to
6cf99a8
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gomod-version group with 8 updates:
2
4
2
3
3
4
2
4
1.1.1
1.1.3
1
3
4
5
3
4
Updates
actions/checkout
from 2 to 4Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)7cdaf2f
Update CODEOWNERS to Launch team (#1510)8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)f43a0e5
Release 3.6.0 (#1437)Updates
dorny/paths-filter
from 2 to 3Release notes
Sourced from dorny/paths-filter's releases.
... (truncated)
Changelog
Sourced from dorny/paths-filter's changelog.
... (truncated)
Commits
de90cc6
Update dist and CHANGELOG for v3.0.2cf89abd
Merge pull request #224 from petermetz/feat-filter-predicate-quantifierf90d526
feat: add config parameter for predicate quantifierebc4d7e
Update CHANGELOG for v3.0.145f16f1
Merge pull request #133 from frouioui/main5da0e4c
Merge branch 'master'1441771
Update README.md0bc4621
Bump major version to v37267a85
Update CHANGELOG for v2.12.0e36f112
Merge pull request #215 from dorny/update-dependenciesUpdates
buildjet/cache
from 3 to 4Changelog
Sourced from buildjet/cache's changelog.
... (truncated)
Commits
2bbce90
Updating to work with BuildJet's cache package - v4a2ed59d
Merge pull request #1305 from actions/yacaovsnc/update_examplesdc88ab5
Update examples1d78355
Merge pull request #1304 from actions/yacaovsnc/update_readmec36458f
Update README.md13aacd8
Merge pull request #1242 from to-s/main53b35c5
Merge branch 'main' into main65b8989
Merge pull request #1284 from takost/update-to-node-20d0be34d
Fix dist66cf064
Merge branch 'main' into update-to-node-20Updates
actions/upload-artifact
from 2 to 4Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
5d5d22a
Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1f1e993d
update artifact license4881bfd
updating dist:a30777e
@eggyhead
3a80482
Merge pull request #511 from actions/robherley/migration-docs-typo9d63e3f
Merge branch 'main' into robherley/migration-docs-typodfa1ab2
fix typo with v3 artifact downloads in migration guided00351b
Merge pull request #509 from markmssd/patch-1707f5a7
Update limitation of10
artifacts upload to500
26f96df
Merge pull request #505 from actions/robherley/merge-artifactsUpdates
bufbuild/buf-breaking-action
from 1.1.1 to 1.1.3Release notes
Sourced from bufbuild/buf-breaking-action's releases.
Commits
a074e98
Add PR Title Linter (#70)43f9587
Update dependencies and rebuild (#69)c398cc3
Update all dependencies (#67)5a6dc92
Update bypass approval github workflow (#59)f47418c
Update dependencies (#57)610b3ba
Add bypass approval github workflow (#50)Updates
docker/setup-buildx-action
from 1 to 3Release notes
Sourced from docker/setup-buildx-action's releases.
... (truncated)
Commits
2b51285
Merge pull request #306 from docker/dependabot/npm_and_yarn/docker/actions-to...0f00370
chore: update generated content11c9683
build(deps): bump@docker/actions-toolkit
from 0.18.0 to 0.19.056a16b8
Merge pull request #303 from crazy-max/fix-inputsc23f46e
chore: update generated contentf876da6
rename and align config inputsb7cf918
Merge pull request #304 from crazy-max/rm-docs-dir0150f0e
chore: remove docs dird89f1f9
Merge pull request #302 from docker/dependabot/npm_and_yarn/docker/actions-to...12d65f6
chore: update generated contentUpdates
goreleaser/goreleaser-action
from 4 to 5Release notes
Sourced from goreleaser/goreleaser-action's releases.
... (truncated)
Commits
7ec5c2b
chore(deps): bump@actions/core
from 1.10.0 to 1.10.1 (#434)3529a65
chore: node 20 as default runtime (#432)d2f6e33
chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (#433)Updates
nowsprinting/check-version-format-action
from 3 to 4Release notes
Sourced from nowsprinting/check-version-format-action's releases.
... (truncated)
Commits
267dce9
Merge pull request #325 from nowsprinting/release/4.0.16d6c290
Bump version to v4.0.17b1a1c5
Merge pull request #324 from nowsprinting/dependabot/npm_and_yarn/undici-5.28.31c1ad69
Run package5e41fcb
Bump undici from 5.28.2 to 5.28.306f8fe9
Merge pull request #323 from nowsprinting/dependabot/github_actions/TimonVS/p...56aa7b1
Bump TimonVS/pr-labeler-action from 4 to 5c69f005
Merge pull request #322 from nowsprinting/dependabot/github_actions/Gamesight...7d8c2ef
Bump Gamesight/slack-workflow-status from 1.2.0 to 1.3.06f2d298
Merge pull request #321 from nowsprinting/dependabot/github_actions/release-d...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