Closed dependabot[bot] closed 5 months ago
Bumps the github-actions group with 10 updates in the / directory:
4.1.1
4.1.6
4.0.0
4.0.2
5.0.0
6.3.0
2.0.0
3.0.0
3.1.0
5.4.0
5.5.1
3.3.0
5.1.0
5.3.0
3.7.13
5.0.2
6.0.5
Updates actions/checkout from 4.1.1 to 4.1.6
actions/checkout
Sourced from actions/checkout's releases.
v4.1.6 What's Changed Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732 Update for 4.1.6 release by @cory-miller in actions/checkout#1733 Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6 v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot in actions/checkout#1694 Bump actions/setup-node from 1 to 4 by @dependabot in actions/checkout#1696 Bump actions/upload-artifact from 2 to 4 by @dependabot in actions/checkout#1695 README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @cory-miller in actions/checkout#1707 Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5 v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in actions/checkout#1688 Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in actions/checkout#1643 Bump the minor-actions-dependencies group with 2 updates by @dependabot in actions/checkout#1693 Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4 v4.1.3 What's Changed Update actions/checkout version in update-main-version.yml by @jww3 in actions/checkout#1650 Check git version before attempting to disable sparse-checkout by @jww3 in actions/checkout#1656 Add SSH user parameter by @cory-miller in actions/checkout#1685 Full Changelog: https://github.com/actions/checkout/compare/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 sparse-checkout is not available on git versions prior to 2.27.0 (see actions/checkout#1651) What's Changed Fix: Disable sparse checkout whenever sparse-checkout option is not present @dscho in actions/checkout#1598 Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in actions/checkout#1406 Bump @babel/traverse from 7.20.5 to 7.24.0 by @dependabot in actions/checkout#1642 New Contributors @jww3 made their first contribution in actions/checkout#1616 Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2
@cory-miller
Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
@dependabot
user.email
41898282+github-actions[bot]@users.noreply.github.com
Full Changelog: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
extensions.worktreeConfig
sparse-checkout
@jww3
Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4
update-main-version.yml
Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1
v4
v4.1.1
@dscho
@babel/traverse
Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2
Sourced from actions/checkout's changelog.
v4.1.6 Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732 v4.1.5 Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot in actions/checkout#1694 Bump actions/setup-node from 1 to 4 by @dependabot in actions/checkout#1696 Bump actions/upload-artifact from 2 to 4 by @dependabot in actions/checkout#1695 README: Suggest user.email to be 41898282+github-actions[bot]@users.noreply.github.com by @cory-miller in actions/checkout#1707 v4.1.4 Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in actions/checkout#1688 Bump the minor-actions-dependencies group with 2 updates by @dependabot in actions/checkout#1693 Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in actions/checkout#1643 v4.1.3 Check git version before attempting to disable sparse-checkout by @jww3 in actions/checkout#1656 Add SSH user parameter by @cory-miller in actions/checkout#1685 Update actions/checkout version in update-main-version.yml by @jww3 in actions/checkout#1650 v4.1.2 Fix: Disable sparse checkout whenever sparse-checkout option is not present @dscho in actions/checkout#1598
a5ac7e5
24ed1a3
44c2b7a
@users
8459bc0
3f603f6
fd084cd
9c1e94e
0ad4b8f
43045ae
37b0821
Updates actions/setup-node from 4.0.0 to 4.0.2
actions/setup-node
Sourced from actions/setup-node's releases.
v4.0.2 What's Changed Add support for volta.extends by @ThisIsManta in actions/setup-node#921 Add support for arm64 Windows by @dmitry-shibanov in actions/setup-node#927 New Contributors @ThisIsManta made their first contribution in actions/setup-node#921 Full Changelog: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2 v4.0.1 What's Changed Ignore engines in Yarn 1 e2e-cache tests by @trivikr in actions/setup-node#882 Update setup-node references in the README.md file to setup-node@v4 by @jwetzell in actions/setup-node#884 Update reusable workflows to use Node.js v20 by @MaksimZhukov in actions/setup-node#889 Add fix for cache to resolve slow post action step by @aparnajyothi-y in actions/setup-node#917 Fix README.md by @takayamaki in actions/setup-node#898 Add package.json to node-version-file list of examples. by @TWiStErRob in actions/setup-node#879 Fix node-version-file interprets entire package.json as a version by @NullVoxPopuli in actions/setup-node#865 New Contributors @trivikr made their first contribution in actions/setup-node#882 @jwetzell made their first contribution in actions/setup-node#884 @aparnajyothi-y made their first contribution in actions/setup-node#917 @takayamaki made their first contribution in actions/setup-node#898 @TWiStErRob made their first contribution in actions/setup-node#879 @NullVoxPopuli made their first contribution in actions/setup-node#865 Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.1
volta.extends
@ThisIsManta
@dmitry-shibanov
Full Changelog: https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2
@trivikr
@jwetzell
@MaksimZhukov
@aparnajyothi-y
@takayamaki
package.json
node-version-file
@TWiStErRob
@NullVoxPopuli
Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.1
60edb5d
d86ebcd
b39b52d
7247617
f3ec4ca
ec97f37
5ef044f
c45882a
ee36e8b
Updates streetsidesoftware/cspell-action from 5.0.0 to 6.3.0
streetsidesoftware/cspell-action
Sourced from streetsidesoftware/cspell-action's releases.
v6.3.0 6.3.0 (2024-05-10) Features Update CSpell version (8.8.0) (#1704) (d598785) Updates and Bug Fixes Update CSpell version (8.8.1) (#1715) (efd1f06) Update Dictionaries and Dependencies (#1675) (2e40991) Update Dictionaries and Dependencies (#1680) (687fe47) Update Dictionaries and Dependencies (#1681) (348d29e) Update Dictionaries and Dependencies (#1694) (348299a) Workflow Bot -- Update ALL Dependencies (main) (#1682) (00c3a7c) v6.2.0 6.2.0 (2024-04-11) Features Update CSpell version (8.7.0) (#1670) (10f5944) Updates and Bug Fixes Workflow Bot -- Update ALL Dependencies (main) (#1649) (b36e1ce) v6.1.0 6.1.0 (2024-03-26) Features Update CSpell version (8.6.0) (#1621) (8692805) Updates and Bug Fixes Update CSpell version (8.6.1) (#1643) (371d543) Workflow Bot -- Update ALL Dependencies (main) (#1612) (fd638a2) Workflow Bot -- Update ALL Dependencies (main) (#1622) (f83222a) v6.0.0 6.0.0 (2024-03-03)
... (truncated)
Sourced from streetsidesoftware/cspell-action's changelog.
6.3.0 (2024-05-10) Features Update CSpell version (8.8.0) (#1704) (d598785) Updates and Bug Fixes Update CSpell version (8.8.1) (#1715) (efd1f06) Update Dictionaries and Dependencies (#1675) (2e40991) Update Dictionaries and Dependencies (#1680) (687fe47) Update Dictionaries and Dependencies (#1681) (348d29e) Update Dictionaries and Dependencies (#1694) (348299a) Workflow Bot -- Update ALL Dependencies (main) (#1682) (00c3a7c) 6.2.0 (2024-04-11) Features Update CSpell version (8.7.0) (#1670) (10f5944) Updates and Bug Fixes Workflow Bot -- Update ALL Dependencies (main) (#1649) (b36e1ce) 6.1.0 (2024-03-26) Features Update CSpell version (8.6.0) (#1621) (8692805) Updates and Bug Fixes Update CSpell version (8.6.1) (#1643) (371d543) Workflow Bot -- Update ALL Dependencies (main) (#1612) (fd638a2) Workflow Bot -- Update ALL Dependencies (main) (#1622) (f83222a) 6.0.0 (2024-03-03) ⚠ BREAKING CHANGES Use locally installed git to determine file changes. (#1596)
git
104110d
fc4c48c
4d594aa
c7c746b
efd1f06
e33ea63
daac847
806c97d
1d5f1f1
d598785
Updates andstor/file-existence-action from 2.0.0 to 3.0.0
andstor/file-existence-action
Sourced from andstor/file-existence-action's releases.
v3.0.0 Changed Updated to the node20 runtime by default
076e007
40a4313
05baca1
d591c26
1ed29c7
3f9b458
94db14c
927e580
Updates docker/login-action from 3.0.0 to 3.1.0
docker/login-action
Sourced from docker/login-action's releases.
v3.1.0 build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 in docker/login-action#618 build(deps): bump @docker/actions-toolkit from 0.12.0 to 0.18.0 in docker/login-action#616 docker/login-action#636 docker/login-action#682 build(deps): bump aws-sdk dependencies to 3.529.1 in docker/login-action#624 docker/login-action#685 build(deps): bump http-proxy-agent to 7.0.2 in docker/login-action#676 build(deps): bump https-proxy-agent to 7.0.4 in docker/login-action#676 build(deps): bump undici from 5.26.5 to 5.28.3 in docker/login-action#677 Full Changelog: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0
@docker/actions-toolkit
Full Changelog: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0
e92390c
1e752e2
51c6097
8f079fb
16fa768
46d1619
8c291c5
ec726f4
5139682
6d4e2ba
Updates docker/metadata-action from 5.4.0 to 5.5.1
docker/metadata-action
Sourced from docker/metadata-action's releases.
v5.5.1 Don't set cwd:// prefix for local bake files by @crazy-max in docker/metadata-action#382 Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1 v5.5.0 Set cwd:// prefix for bake files path by @crazy-max in docker/metadata-action#370 Bump @docker/actions-toolkit from 0.16.0 to 0.16.1 in docker/metadata-action#371 Bump moment from 2.29.4 to 2.30.1 in docker/metadata-action#373 Bump moment-timezone from 0.5.43 to 0.5.44 in docker/metadata-action#374 Full Changelog: https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0
cwd://
@crazy-max
Full Changelog: https://github.com/docker/metadata-action/compare/v5.5.0...v5.5.1
Full Changelog: https://github.com/docker/metadata-action/compare/v5.4.0...v5.5.0
8e5442c
eda41b7
388c08f
dbef880
b73e7a7
b9fba69
ac82374
c92519a
3b4179d
0784993
Updates docker/setup-buildx-action from 3.0.0 to 3.3.0
docker/setup-buildx-action
Sourced from docker/setup-buildx-action's releases.
v3.3.0 Bump @docker/actions-toolkit from 0.19.0 to 0.20.0 by @crazy-max in docker/setup-buildx-action#307 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0 v3.2.0 Rename and align config inputs by @crazy-max in docker/setup-buildx-action#303 config to buildkitd-config config-inline to buildkitd-config-inline Bump @docker/actions-toolkit from 0.17.0 to 0.19.0 in docker/setup-buildx-action#302 docker/setup-buildx-action#306 [!NOTE] config and config-inline input names are deprecated and will be removed in next major release. Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0 v3.1.0 cache-binary input to enable/disable caching binary to GHA cache backend by @crazy-max in docker/setup-buildx-action#300 build(deps): bump @babel/traverse from 7.17.3 to 7.23.2 in docker/setup-buildx-action#282 build(deps): bump @docker/actions-toolkit from 0.12.0 to 0.17.0 in docker/setup-buildx-action#281 docker/setup-buildx-action#284 docker/setup-buildx-action#299 build(deps): bump uuid from 9.0.0 to 9.0.1 in docker/setup-buildx-action#271 build(deps): bump undici from 5.26.3 to 5.28.3 in docker/setup-buildx-action#297 Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.2.0...v3.3.0
config
buildkitd-config
config-inline
buildkitd-config-inline
[!NOTE] config and config-inline input names are deprecated and will be removed in next major release.
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.1.0...v3.2.0
cache-binary
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.0.0...v3.1.0
d70bba7
7638634
c68420f
2b51285
0f00370
11c9683
56a16b8
c23f46e
f876da6
b7cf918
Updates docker/build-push-action from 5.1.0 to 5.3.0
docker/build-push-action
Sourced from docker/build-push-action's releases.
v5.3.0 Bump @docker/actions-toolkit from 0.18.0 to 0.19.0 in docker/build-push-action#1080 Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0 v5.2.0 Disable quotes detection for outputs input by @crazy-max in docker/build-push-action#1074 Warn about ignored inputs by @favonia in docker/build-push-action#1019 Bump @docker/actions-toolkit from 0.14.0 to 0.18.0 in docker/build-push-action#1070 Bump undici from 5.26.3 to 5.28.3 in docker/build-push-action#1057 Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0
outputs
@favonia
Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
2cdde99
008747a
1580753
2a7db1d
35e7dd5
af5a7ed
2a85189
6c20794
afdf0c0
00ae31a
Updates google-github-actions/release-please-action from 3.7.13 to 4.1.1
google-github-actions/release-please-action
Sourced from google-github-actions/release-please-action's releases.
v4.1.1 4.1.1 (2024-05-13) Bug Fixes add deprecation warning to workflow run (#1) (edb78cf)
Sourced from google-github-actions/release-please-action's changelog.
4.1.1 (2024-05-13) Bug Fixes add deprecation warning to workflow run (#1) (edb78cf) 4.1.0 (2024-03-11) Features add changelog-host input to action.yml (#948) (863b06f) 4.0.3 (2024-03-11) Bug Fixes bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0) 4.0.2 (2023-12-18) Bug Fixes bump release-please from 16.4.0 to 16.5.0 (#905) (df71963) log release-please version (#910) (2a496d1), closes #325 4.0.1 (2023-12-07) Bug Fixes bump release-please from 16.3.1 to 16.4.0 (#897) (2463dad) 4.0.0 (2023-12-01) ⚠ BREAKING CHANGES remove most configuration options in favor of manifest configuration to configure the release-please-action rewrite in typescript remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request run on node20 deps: upgrade release-please to v16 v4 release Features
changelog-host
action.yml
release-type
skip-github-release
skip-github-pull-request
e4dc86b
db75dc8
31aa19d
04f3fd9
64ab157
edb78cf
a37ac6e
733a6d7
863b06f
078b9b8
Updates peter-evans/create-pull-request from 5.0.2 to 6.0.5
peter-evans/create-pull-request
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v6.0.5 ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy. What's Changed fix: update proxy support to follow octokit change to fetch api by @peter-evans in peter-evans/create-pull-request#2867 Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5 Create Pull Request v6.0.4 ⚡ Improves performance in some cases for very large git repositories. What's Changed perf: limit the fetch depth of pr branch by @peter-evans in peter-evans/create-pull-request#2857 Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4 Create Pull Request v6.0.3 ⚡ Improves performance of the push-to-fork feature. What's Changed build(deps-dev): bump @types/node from 18.19.23 to 18.19.25 by @dependabot in peter-evans/create-pull-request#2826 build(deps-dev): bump @types/node from 18.19.25 to 18.19.26 by @dependabot in peter-evans/create-pull-request#2831 build(deps-dev): bump @types/node from 18.19.26 to 18.19.28 by @dependabot in peter-evans/create-pull-request#2836 build(deps-dev): bump @types/node from 18.19.28 to 18.19.31 by @dependabot in peter-evans/create-pull-request#2842 fix: drop unnecessary fetch with unshallow on push-to-fork by @peter-evans in peter-evans/create-pull-request#2849 Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3 Create Pull Request v6.0.2 ⚡ Improves performance in some cases where the action rebases changes on to the specified base. What's Changed build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by @dependabot in peter-evans/create-pull-request#2797 build(deps-dev): bump @types/node from 18.19.18 to 18.19.21 by @dependabot in peter-evans/create-pull-request#2798 build(deps-dev): bump @types/node from 18.19.21 to 18.19.23 by @dependabot in peter-evans/create-pull-request#2811 perf: shallow fetch the actual base when rebasing from working base by @peter-evans in peter-evans/create-pull-request#2816 New Contributors @webmonarch made their first contribution in peter-evans/create-pull-request#2816 Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2 Create Pull Request v6.0.1 ⚙️ Fixes an issue where updating a pull request leads to the error Cannot read properties of undefined (reading 'number'). This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change. What's Changed build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in peter-evans/create-pull-request#2730
⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.
@peter-evans
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5
⚡ Improves performance in some cases for very large git repositories.
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4
⚡ Improves performance of the push-to-fork feature.
push-to-fork
@types/node
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3
⚡ Improves performance in some cases where the action rebases changes on to the specified base.
base
@webmonarch
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2
⚙️ Fixes an issue where updating a pull request leads to the error Cannot read properties of undefined (reading 'number'). This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change.
Cannot read properties of undefined (reading 'number')
@types/jest
Superseded by #363.
Bumps the github-actions group with 10 updates in the / directory:
4.1.1
4.1.6
4.0.0
4.0.2
5.0.0
6.3.0
2.0.0
3.0.0
3.0.0
3.1.0
5.4.0
5.5.1
3.0.0
3.3.0
5.1.0
5.3.0
3.7.13
4.1.1
5.0.2
6.0.5
Updates
actions/checkout
from 4.1.1 to 4.1.6Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
Commits
a5ac7e5
Update for 4.1.6 release (#1733)24ed1a3
Check platform for extension (#1732)44c2b7a
README: Suggestuser.email
to be `41898282+github-actions[bot]@users
.norepl...8459bc0
Bump actions/upload-artifact from 2 to 4 (#1695)3f603f6
Bump actions/setup-node from 1 to 4 (#1696)fd084cd
Bump github/codeql-action from 2 to 3 (#1694)9c1e94e
Update NPM dependencies (#1703)0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disableextensions.worktreeConfig
when disablingsparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)Updates
actions/setup-node
from 4.0.0 to 4.0.2Release notes
Sourced from actions/setup-node's releases.
Commits
60edb5d
Add support for arm64 Windows (#927)d86ebcd
Add support forvolta.extends
(#921)b39b52d
Fix node-version-file interprets entire package.json as a version (#865)7247617
Addpackage.json
tonode-version-file
list of examples. (#879)f3ec4ca
Fix README.md (#898)ec97f37
Add fix for cache (#917)5ef044f
Update reusable workflows to use Node.js v20 (#889)c45882a
update to setup-node@v4 in docs (#884)ee36e8b
Ignore engines check in Yarn 1 e2e-cache tests (#882)Updates
streetsidesoftware/cspell-action
from 5.0.0 to 6.3.0Release notes
Sourced from streetsidesoftware/cspell-action's releases.
... (truncated)
Changelog
Sourced from streetsidesoftware/cspell-action's changelog.
... (truncated)
Commits
104110d
chore(main): release 6.3.0 (#1674)fc4c48c
ci: Workflow Bot -- Update ALL Dependencies (main) (#1716)4d594aa
chore(deps-dev): bump esbuild from 0.20.2 to 0.21.1 (#1712)c7c746b
ci: Workflow Bot -- Update ALL Dependencies (main) (#1710)efd1f06
fix: Update CSpell version (8.8.1) (#1715)e33ea63
chore(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#1713)daac847
ci: Workflow Bot -- Update ALL Dependencies (main) (#1709)806c97d
chore: Upgrade to eslint 9 (#1708)1d5f1f1
ci: Workflow Bot -- Update ALL Dependencies (main) (#1705)d598785
feat: Update CSpell version (8.8.0) (#1704)Updates
andstor/file-existence-action
from 2.0.0 to 3.0.0Release notes
Sourced from andstor/file-existence-action's releases.
Commits
076e007
Update build.yml40a4313
3.0.005baca1
Merge pull request #144 from raminqaf/dep/update-node-20d591c26
update worklow versions1ed29c7
update lock.json3f9b458
update package.json94db14c
update checkout version in readme927e580
Replace Node.js 16 with Node.js 20Updates
docker/login-action
from 3.0.0 to 3.1.0Release notes
Sourced from docker/login-action's releases.
Commits
e92390c
Merge pull request #685 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...1e752e2
chore: update generated content51c6097
build(deps): bump the aws-sdk-dependencies group with 2 updates8f079fb
Merge pull request #676 from docker/dependabot/npm_and_yarn/proxy-agent-depen...16fa768
chore: update generated content46d1619
build(deps): bump the proxy-agent-dependencies group with 2 updates8c291c5
Merge pull request #682 from docker/dependabot/npm_and_yarn/docker/actions-to...ec726f4
build(deps): bump@docker/actions-toolkit
from 0.14.0 to 0.18.05139682
Merge pull request #677 from docker/dependabot/npm_and_yarn/undici-5.28.36d4e2ba
chore: update generated contentUpdates
docker/metadata-action
from 5.4.0 to 5.5.1Release notes
Sourced from docker/metadata-action's releases.
Commits
8e5442c
Merge pull request #382 from crazy-max/dont-set-cwd-prefixeda41b7
chore: update generated content388c08f
don't set cwd:// prefix for local bake filesdbef880
Merge pull request #374 from docker/dependabot/npm_and_yarn/moment-timezone-0...b73e7a7
chore: update generated contentb9fba69
chore(deps): Bump moment-timezone from 0.5.43 to 0.5.44ac82374
Merge pull request #373 from docker/dependabot/npm_and_yarn/moment-2.30.1c92519a
chore: update generated content3b4179d
chore(deps): Bump moment from 2.29.4 to 2.30.10784993
Merge pull request #371 from docker/dependabot/npm_and_yarn/docker/actions-to...Updates
docker/setup-buildx-action
from 3.0.0 to 3.3.0Release notes
Sourced from docker/setup-buildx-action's releases.
Commits
d70bba7
Merge pull request #307 from crazy-max/bump-toolkit7638634
chore: update generated contentc68420f
bump@docker/actions-toolkit
from 0.19.0 to 0.20.02b51285
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-dirUpdates
docker/build-push-action
from 5.1.0 to 5.3.0Release notes
Sourced from docker/build-push-action's releases.
Commits
2cdde99
Merge pull request #1080 from docker/dependabot/npm_and_yarn/docker/actions-t...008747a
chore: update generated content1580753
chore(deps): Bump@docker/actions-toolkit
from 0.18.0 to 0.19.02a7db1d
Merge pull request #1075 from crazy-max/ci-multi-output35e7dd5
ci: test multi outputaf5a7ed
Merge pull request #1074 from crazy-max/build-cmd-debug2a85189
chore: update generated content6c20794
disable quotes detection for "outputs" inputafdf0c0
chore: debug build cmd and args00ae31a
Merge pull request #1070 from docker/dependabot/npm_and_yarn/docker/actions-t...Updates
google-github-actions/release-please-action
from 3.7.13 to 4.1.1Release notes
Sourced from google-github-actions/release-please-action's releases.
Changelog
Sourced from google-github-actions/release-please-action's changelog.
... (truncated)
Commits
e4dc86b
chore(main): release 4.1.1 (#8)db75dc8
build: skip fork for release-please PR (#7)31aa19d
chore: build dist (#6)04f3fd9
build: push to main repo (#5)64ab157
build: use a -legacy suffix for the fork name from this repository (#4)edb78cf
fix: add deprecation warning to workflow run (#1)a37ac6e
chore(main): release 4.1.0 (#957)733a6d7
chore: build dist (#956)863b06f
feat: addchangelog-host
input toaction.yml
(#948)078b9b8
chore(main): release 4.0.3 (#955)Updates
peter-evans/create-pull-request
from 5.0.2 to 6.0.5Release notes
Sourced from peter-evans/create-pull-request's releases.
... (truncated)
Commits
Superseded by #363.