Sourced from actions/deploy-pages's releases.
v3.0.0
Changelog
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v2.0.5
Changelog
- Bump prettier from 3.0.0 to 3.1.0
@dependabot
(#264)- Bump
@octokit/request-error
from 5.0.0 to 5.0.1@dependabot
(#263)- Bump
@actions/http-client
from 2.1.0 to 2.2.0@dependabot
(#262)- Bump
@vercel/ncc
from 0.36.1 to 0.38.1@dependabot
(#260)- Bump eslint from 8.44.0 to 8.54.0
@dependabot
(#257)- Bump nock from 13.3.1 to 13.3.8
@dependabot
(#254)- Bump actions/setup-node from 3 to 4
@dependabot
(#246)- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0
@dependabot
(#245)- Bump eslint-plugin-github from 4.8.0 to 4.10.1
@dependabot
(#232)- Bump jest from 29.6.1 to 29.7.0
@dependabot
(#224)- Fix cosmetic error by replacing comma with period
@JamesMGreene
(#210)- Bump actions/checkout from 3 to 4
@dependabot
(#220)- Bump eslint-config-prettier from 8.8.0 to 9.0.0
@dependabot
(#209)- Remove "beta" disclaimer from README
@JamesMGreene
(#243)
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v2.0.4
Changelog
- Update GHES compatibility table after verifying with
3.9.x
@JamesMGreene
(#201)- Bump
@octokit/request-error
from 4.0.1 to 5.0.0@dependabot
(#194)- Bump prettier from 2.8.8 to 3.0.0
@dependabot
(#196)- Bump jest from 29.5.0 to 29.6.1
@dependabot
(#195)- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0
@dependabot
(#192)- Bump eslint from 8.42.0 to 8.44.0
@dependabot
(#191)- Remove circular JSON references for error debugging
@JamesMGreene
(#197)
See details of all code changes since previous release.
... (truncated)
13b55b3
Merge pull request #272
from kbdharun/mainc284911
chore/docs: update version, fix typosae44070
Merge pull request #266
from actions/dependabot/npm_and_yarn/eslint-8.55.034a8f60
Bump eslint from 8.54.0 to 8.55.0b65643c
Merge pull request #267
from actions/dependabot/npm_and_yarn/nock-13.4.0faceed1
Bump nock from 13.3.8 to 13.4.0230466c
Merge pull request #268
from actions/dependabot/npm_and_yarn/eslint-config-pr...38d34f8
Bump eslint-config-prettier from 9.0.0 to 9.1.0cd33125
Merge pull request #269
from actions/dependabot/npm_and_yarn/actions/core-1.10.1dd970ae
Update distributables after Dependabot 🤖Sourced from actions/setup-go's releases.
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:
- Fix hosted tool cache usage on windows by
@galargh
in actions/setup-go#411- Improve documentation regarding dependencies caching by
@artemgavrilov
in actions/setup-go#417New Contributors
@galargh
made their first contribution in actions/setup-go#411@artemgavrilov
made their first contribution in actions/setup-go#417@chenrui333
made their first contribution in actions/setup-go#421Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0
v4.1.0
What's Changed
In scope of this release, slow installation on Windows was fixed by
@dsame
in actions/setup-go#393 and OS version was added toprimaryKey
for Ubuntu runners to avoid conflicts (actions/setup-go#383)This release also includes the following changes:
- Remove implicit dependencies by
@nikolai-laevskii
in actions/setup-go#378- Update action.yml by
@mkelly
in actions/setup-go#379- Added a description that go-version should be specified as a string type by
@n3xem
in actions/setup-go#367- Add note about YAML parsing versions by
@dmitry-shibanov
in actions/setup-go#382- Automatic update of configuration files from 05/23/2023 by
@github-actions
in actions/setup-go#377- Bump tough-cookie and
@azure/ms-rest-js
by@dependabot
in actions/setup-go#392- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in actions/setup-go#397- Bump semver from 6.3.0 to 6.3.1 by
@dependabot
in actions/setup-go#396New Contributors
@mkelly
made their first contribution in actions/setup-go#379@n3xem
made their first contribution in actions/setup-go#367Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0
v4.0.1
What's Changed
- Update documentation for
v4
by@dsame
in actions/setup-go#354- Fix glob bug in the package.json scripts section by
@IvanZosimov
in actions/setup-go#359- Bump
xml2js
dependency by@dmitry-shibanov
in actions/setup-go#370- Bump
@actions/cache
dependency to v3.2.1 by@nikolai-laevskii
in actions/setup-go#374New Contributors
@nikolai-laevskii
made their first contribution in actions/setup-go#374Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1
0c52d54
Update dependencies for node20 (#445)bfd2fb3
Merge pull request #421
from chenrui333/node20-runtime3d65fa5
feat: bump to use actions/checkout@v48a505c9
feat: bump to use node20 runtime883490d
Merge pull request #417
from artemgavrilov/maind45ebba
Rephrase sentence317c661
Replace wildcards
term with globs
.f90673a
Merge pull request #1 from
artemgavrilov/caching-docs-improvement8018234
Improve documentation regarding dependencies cachind085b4f
Merge pull request #411
from galargh/fix/windows-hostedtoolcache