-
Notifications
You must be signed in to change notification settings - Fork 57
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
[infra] Bump the github-actions group with 7 updates #1964
[infra] Bump the github-actions group with 7 updates #1964
Conversation
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.5.3` | `4.2.2` | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.17.0` | `2.18.0` | | [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.4` | `2.3.6` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.5.0` | `4.7.0` | | [actions/stale](https://github.com/actions/stale) | `9.0.0` | `9.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.9` | `2.2.1` | Updates `actions/checkout` from 3.5.3 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...11bd719) Updates `subosito/flutter-action` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](subosito/flutter-action@74af56c...f2c4f66) Updates `coverallsapp/github-action` from 2.3.4 to 2.3.6 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@cfd0633...648a8eb) Updates `actions/setup-java` from 4.5.0 to 4.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@8df1039...3a4f6e1) Updates `actions/stale` from 9.0.0 to 9.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@28ca103...5bef64f) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...65c4c4a) Updates `softprops/action-gh-release` from 2.0.9 to 2.2.1 - [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@e7a8f85...c95fe14) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
autosubmit label was removed for dart-lang/native/1964, because - The status or check suite check has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for dart-lang/native/1964, because - The status or check suite check has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
autosubmit label was removed for dart-lang/native/1964, because - The status or check suite check has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
Bumps the github-actions group with 7 updates:
3.5.3
4.2.2
2.17.0
2.18.0
2.3.4
2.3.6
4.5.0
4.7.0
9.0.0
9.1.0
4.4.3
4.6.0
2.0.9
2.2.1
Updates
actions/checkout
from 3.5.3 to 4.2.2Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package (#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943
Add Ref and Commit outputs (#1180)Updates
subosito/flutter-action
from 2.17.0 to 2.18.0Release notes
Sourced from subosito/flutter-action's releases.
Commits
f2c4f66
fix syntax mistake in readme (#338)fd47628
improve readme (#337)799318a
feat: add git source support (#334)8535a80
Feature/yq on windows (#336)7642db7
update readme (#335)Updates
coverallsapp/github-action
from 2.3.4 to 2.3.6Release notes
Sourced from coverallsapp/github-action's releases.
Commits
648a8eb
Explicitly set auto-detect as default for platform (#240)773b6d8
README/Inputs: list all (non-deprecated) inputs (#239)72709f8
Automatically detect the platform to install (#238)Updates
actions/setup-java
from 4.5.0 to 4.7.0Release notes
Sourced from actions/setup-java's releases.
Commits
3a4f6e1
Bump@types/jest
from 29.5.12 to 29.5.14 (#729)25f376e
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#727)d4e4b6b
Bump@actions/http-client
from 2.2.1 to 2.2.3 (#728)28b532b
Create dependabot.yml (#722)51ab6d2
Update cache from 3.2.4 to 4.0.0 (#724)99d3141
Update README.md (#723)7a6d8a8
Add Support for JetBrains Runtime (#637)7136edc
Fix sbt and x86 CI failures on Ubuntu-24 (#693)Updates
actions/stale
from 9.0.0 to 9.1.0Release notes
Sourced from actions/stale's releases.
Commits
5bef64f
build(deps): bump@actions/cache
from 3.2.2 to 4.0.0 (#1194)fa77dfd
build(deps-dev): bump@types/jest
from 29.5.11 to 29.5.14 (#1193)f04443d
build(deps): bump@actions/core
from 1.10.1 to 1.11.1 (#1191)5c715b0
build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (#1175)f691222
build(deps): bump actions/publish-action from 0.2.2 to 0.3.0 (#1147)df990c2
build(deps): bump actions/checkout from 3 to 4 (#1091)6e472ce
Merge pull request #1179 from actions/Jcambass-patch-1d10ba64
Merge pull request #1150 from actions/dependabot/npm_and_yarn/undici-5.28.4bbf3da5
resolve check failures6a2e61d
Add workflow file for publishing releases to immutable action packageUpdates
actions/upload-artifact
from 4.4.3 to 4.6.0Release notes
Sourced from actions/upload-artifact's releases.
Commits
65c4c4a
Merge pull request #662 from actions/yacaovsnc/add_variable_for_concurrency_a...0207619
move files back to satisfy licensed ci1ecca81
licensed cache updates9742269
Expose env vars to controll concurrency and timeout6f51ac0
Merge pull request #656 from bdehamer/bdehamer/artifact-digestc40c16d
add new artifact-digest output735efb4
bump@actions/artifact
from 2.1.11 to 2.2.0184d73b
Merge pull request #578 from hamirmahal/fix/deprecated-nodejs-usage-in-actionb4a0a98
Merge branch 'main' into fix/deprecated-nodejs-usage-in-actionUpdates
softprops/action-gh-release
from 2.0.9 to 2.2.1Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
... (truncated)
Commits
c95fe14
release 2.2.1deddb09
fix: big file uploads (#562)33fcd69
chore: update error and warning messages for not matching files in files fiel...01050bd
chore(deps): bump@types/node
from 22.10.2 to 22.10.5 (#569)92dffe6
chore(deps): bump@types/node
from 22.10.1 to 22.10.2 (#559)7b4da11
release 2.2.064f1fa1
feat: read the release assets asynchronously (#552)9e35a64
chore(deps): bump prettier from 3.4.1 to 3.4.2 (#554)92bc83c
chore(deps): bump@types/node
from 22.9.4 to 22.10.1 (#551)09f0e37
chore(deps): bump prettier from 3.3.3 to 3.4.1 (#550)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