Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-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#1643v4.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 inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disable extensions.worktreeConfig
when disabling
sparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1
Add dependabot config (#1688)9b4c13b
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77
Add SSH user parameter (#1685)cd7d8d6
Check git version before attempting to disable
sparse-checkout
(#1656)8410ad0
Update actions/checkout
version in
update-main-version.yml
(#1650)9bb5618
Prep for release of v4.1.2 (#1649)8eb1f6a
Bump @babel/traverse
from 7.20.5 to 7.24.0 (#1642)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
cdcb360
Remove the description of the old go.mod specification (#458)99176a8
Update README.md with V5 release notes (#459)be1aa11
Bump undici from 5.28.2 to 5.28.3 (#465)6c1fd22
docs: bump actions/setup-go
to v5 (#449)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 sentenceSourced from crazy-max/ghaction-import-gpg's releases.
v6.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in crazy-max/ghaction-import-gpg#183Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.4.0...v6.0.0
v5.4.0
- Fallback to gpg homedir if
HOME
not set by@crazy-max
in crazy-max/ghaction-import-gpg#181- Bump openpgp from 5.8.0 to 5.10.1 in crazy-max/ghaction-import-gpg#177 crazy-max/ghaction-import-gpg#171
- Bump semver from 6.3.0 to 6.3.1 in crazy-max/ghaction-import-gpg#174
- Bump word-wrap from 1.2.3 to 1.2.4 in crazy-max/ghaction-import-gpg#175
Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.3.0...v5.4.0
v5.3.0
- Add
trust_level
input to set private key trust level by@crazy-max
in crazy-max/ghaction-import-gpg#168- Missing
name
output to action metadata by@dtan4
in crazy-max/ghaction-import-gpg#154- Update yarn to 3.5.1 by
@crazy-max
in crazy-max/ghaction-import-gpg#165- Update dev dependencies by
@crazy-max
in crazy-max/ghaction-import-gpg#167- Bump openpgp from 5.5.0 to 5.8.0 in crazy-max/ghaction-import-gpg#164
- Bump minimatch from 3.0.4 to 3.1.2 in crazy-max/ghaction-import-gpg#155
- Bump json5 from 2.1.3 to 2.2.3 in crazy-max/ghaction-import-gpg#157
Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.2.0...v5.3.0
v5.2.0
- Remove
setOutput
workaround by@crazy-max
(#152)- Bump
@actions/core
from 1.9.0 to 1.10.0 (#147 #151)- Bump openpgp from 5.3.1 to 5.5.0 (#149)
Full Changelog: https://github.com/crazy-max/ghaction-import-gpg/compare/v5.1.0...v5.2.0
v5.1.0
01dd5d3
Merge pull request #186
from crazy-max/dependabot/npm_and_yarn/actions/core-1...ab787ac
chore: update generated contentc63a019
build(deps): bump @actions/core
from 1.10.0 to 1.10.181f63a8
Merge pull request #191
from crazy-max/dependabot/npm_and_yarn/babel/traverse...98ff7fb
Merge pull request #190
from crazy-max/dependabot/npm_and_yarn/debug-4.3.4e83a2ea
Merge pull request #193
from crazy-max/dependabot/github_actions/actions/gith...2e40814
Merge pull request #192
from crazy-max/dependabot/npm_and_yarn/openpgp-5.11.0480319b
chore: update generated content019a31d
build(deps): bump actions/github-script from 6 to 724f4ba9
build(deps): bump openpgp from 5.10.1 to 5.11.0Sourced from goreleaser/goreleaser-action's releases.
v5.0.0
What's Changed
- feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in goreleaser/goreleaser-action#432- chore(deps): bump
@actions/core
from 1.10.0 to 1.10.1 in goreleaser/goreleaser-action#434Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0
v4.6.0
Reverts the change to
node20
runtime.Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0
v4.5.0
What's Changed
- chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in goreleaser/goreleaser-action#427- feat: bump to use node20 runtime, actions/checkout to v4 by
@kbdharun
in goreleaser/goreleaser-action#430New Contributors
@kbdharun
made their first contribution in goreleaser/goreleaser-action#430Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0
v4.4.0
What's Changed
- chore(deps): bump semver from 7.5.0 to 7.5.1 by
@dependabot
in goreleaser/goreleaser-action#417- feat: support oss nightlies by
@caarlos0
in goreleaser/goreleaser-action#424Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0
v4.3.0
What's Changed
- Update in command examples by
@arnaduga
in goreleaser/goreleaser-action#393- chore(deps): bump yargs from 17.6.2 to 17.7.0 by
@dependabot
in goreleaser/goreleaser-action#395- Improve documentation for use of
GITHUB_TOKEN
by@jamietanna
in goreleaser/goreleaser-action#399- chore(deps): bump actions/setup-go from 3 to 4 by
@dependabot
in goreleaser/goreleaser-action#403- chore(deps): bump docker/bake-action from 2 to 3 by
@dependabot
in goreleaser/goreleaser-action#408- chore(deps): bump semver from 7.3.8 to 7.5.0 by
@dependabot
in goreleaser/goreleaser-action#407- Bump setup-go action version to v4 in README by
@kishaningithub
in goreleaser/goreleaser-action#411- ci: split test and validate workflow by
@crazy-max
in goreleaser/goreleaser-action#413- chore: update yarn to 3.5.1 by
@crazy-max
in goreleaser/goreleaser-action#412- chore(deps): bump yargs from 17.7.1 to 17.7.2 by
@dependabot
in goreleaser/goreleaser-action#410- feat: support nightly by
@caarlos0
in goreleaser/goreleaser-action#419New Contributors
@arnaduga
made their first contribution in goreleaser/goreleaser-action#393@jamietanna
made their first contribution in goreleaser/goreleaser-action#399@kishaningithub
made their first contribution in goreleaser/goreleaser-action#411Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0
... (truncated)
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)5fdedb9
revert: node20 change81d9ad7
feat: bump to use node20 runtime, actions/checkout to v4 (#430)a10d0e3
chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#427)3fa32b8
feat(deps): update semver, @actions/http-client
c7c9447
feat: support oss nightlies (#424)920a7cb
chore(deps): bump semver from 7.5.0 to 7.5.1 (#417)336e299
feat: support nightly (#419)Sourced from hashicorp/setup-terraform's releases.
v3.0.0
NOTES:
- Updated default runtime to node20 (#346)
- The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with
v3.0.0
, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)BUG FIXES:
- Fixed malformed stdout when wrapper is enabled (#367)
v2.0.3
What's Changed
NOTES
- Bump
@actions/core
from 1.9.1 to 1.10.0 by@dependabot
in hashicorp/setup-terraform#247Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3
v2.0.2
What's Changed
NOTES
- Update 2.0.1 release metadata by
@jpogran
in hashicorp/setup-terraform#253- Release 2.0.2 by
@jpogran
in hashicorp/setup-terraform#254INTERNAL
- Bump jest from 29.0.3 to 29.1.2 by
@dependabot
in hashicorp/setup-terraform#248README.md
updates - direct links to license and code of conduct, updated GitHub documents link by@magnetikonline
in hashicorp/setup-terraform#244Full Changelog: https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2
v2.0.1
What's Changed
ENHANCEMENTS
- Do not fail when theres an exit-code 2 by
@dannyibishev
in hashicorp/setup-terraform#125BUG FIXES
- Fix terraform extract by
@cpc-camarj
in hashicorp/setup-terraform#187INTERNAL
- Bump
@actions/core
from 1.6.0 to 1.7.0 by@dependabot
in hashicorp/setup-terraform#185- Bump
@vercel/ncc
from 0.33.3 to 0.33.4 by@dependabot
in hashicorp/setup-terraform#182- Bump jest from 27.5.1 to 28.0.0 by
@dependabot
in hashicorp/setup-terraform#184- Bump jest from 28.0.0 to 28.0.3 by
@dependabot
in hashicorp/setup-terraform#190- Bump husky from 7.0.4 to 8.0.1 by
@dependabot
in hashicorp/setup-terraform#193- Bump jest from 28.0.3 to 28.1.0 by
@dependabot
in hashicorp/setup-terraform#194- Bump
@actions/github
from 5.0.1 to 5.0.3 by@dependabot
in hashicorp/setup-terraform#201- Bump
@actions/core
from 1.7.0 to 1.8.2 by@dependabot
in hashicorp/setup-terraform#200
... (truncated)
Sourced from hashicorp/setup-terraform's changelog.
3.1.1 (2024-05-07)
BUG FIXES:
- wrapper: Fix wrapper to output to stdout and stderr immediately when data is received (#395)
3.1.0 (2024-04-23)
ENHANCEMENTS:
- Automatically fallback to darwin/amd64 for Terraform versions before 1.0.2 as releases for darwin/arm64 are not available (#409)
3.0.0 (2023-10-30)
NOTES:
- Updated default runtime to node20 (#346)
- The wrapper around the installed Terraform binary has been fixed to return the exact STDOUT and STDERR from Terraform when executing commands. Previous versions of setup-terraform may have required workarounds to process the STDOUT in bash, such as filtering out the first line or selectively parsing STDOUT with jq. These workarounds may need to be adjusted with
v3.0.0
, which will now return just the STDOUT/STDERR from Terraform with no errant characters/statements. (#367)BUG FIXES:
- Fixed malformed stdout when wrapper is enabled (#367)
[2.0.3] (2022-11-01)
NOTES
- Reduced occurrences of GitHub Actions warnings for setting output #247
[2.0.2] (2022-10-12)
BUG FIXES
- Update 2.0.1 release metadata by
@jpogran
in hashicorp/setup-terraform#253README.md
updates - direct links to license and code of conduct, updated GitHub documents link by@magnetikonline
in hashicorp/setup-terraform#244INTERNAL
- Bump jest from 29.0.3 to 29.1.2 by
@dependabot
in hashicorp/setup-terraform#248[2.0.1] (2022-10-12)
ENHANCEMENTS
- Do not fail when theres an exit-code 2 by
@dannyibishev
in hashicorp/setup-terraform#125- Updated README to reflect GitHub limitations by
@rnsc
in hashicorp/setup-terraform#205BUG FIXES
- Fix terraform extract by
@cpc-camarj
in hashicorp/setup-terraform#187
... (truncated)
651471c
Update package version423ba69
Update changelog99441ec
wrapper: Write stdout/stderr data to stream when received (#410)5f32e8a
Result of tsccr-helper -log-level=info gha update -latest . (#412)e6e8bf2
bump actions/github-script
from @v6
to
@v7
(#411)1f0219f
Bump undici from 5.28.3 to 5.28.4 (#408)4d5f12e
Bump follow-redirects from 1.15.4 to 1.15.6 (#404)97f030c
Update package versionc9227a4
Update changelog22013f7
Automatically fallback to darwin/amd64 for Terraform versions before
1.0.2 (#...Sourced from golangci/golangci-lint-action's releases.
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
- feat: rewrite format handling by
@ldez
in golangci/golangci-lint-action#1038Dependencies
- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.7.1 to 7.8.0 by@dependabot
in golangci/golangci-lint-action#1034- build(deps): bump
@types/node
from 20.12.7 to 20.12.8 by@dependabot
in golangci/golangci-lint-action#1036- build(deps-dev): bump
@typescript-eslint/parser
from 7.7.1 to 7.8.0 by@dependabot
in golangci/golangci-lint-action#1035Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0
v5.3.0
What's Changed
Changes
- feat: uses 2 dots compare syntax for push diff by
@ldez
in golangci/golangci-lint-action#1030- feat: add option to control cache invalidation interval by
@ldez
in golangci/golangci-lint-action#1031- feat: use OS and working-directory as cache key by
@ldez
in golangci/golangci-lint-action#1032- feat: improve log about pwd/cwd by
@ldez
in golangci/golangci-lint-action#1033Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0
v5.2.0
What's Changed
Changes
Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
Changes
- feat: support for
pull
andmerge_group
events with the optiononly-new-issues
by@ldez
in golangci/golangci-lint-action#1029Dependencies
- build(deps-dev): bump
@typescript-eslint/parser
from 7.7.0 to 7.7.1 by@dependabot
in golangci/golangci-lint-action#1027- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.7.0 to 7.7.1 by@dependabot
in golangci/golangci-lint-action#1028
... (truncated)
a4f60bb
fix: use 3-dots syntax for diff on push (#1040)5815a4b
doc: improve readme23faadf
doc: improve readmeb556f25
doc: improve readme789f114
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)Sourced from codecov/codecov-action's releases.
v4.0.0
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
- The Codecov Action runs as a
node20
action due tonode16
deprecation. See this post from GitHub on how to migrate.- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3
versions and below will not have access to CLI features (e.g. global upload token, ATS).What's Changed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
@dependabot
in codecov/codecov-action#985- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
@dependabot
in codecov/codecov-action#1000- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
@dependabot
in codecov/codecov-action#1006- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabot
in codecov/codecov-action#1013- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabot
in codecov/codecov-action#1024- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
@dependabot
in codecov/codecov-action#1031- build(deps-dev): bump
@types/node
from 20.1.4 to 20.4.5 by@dependabot
in codecov/codecov-action#1032- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
@dependabot
in codecov/codecov-action#1033- build commit,report and upload args based on codecovcli by
@dana-yaish
in codecov/codecov-action#943- build(deps-dev): bump
@types/node
from 20.4.5 to 20.5.3 by@dependabot
in codecov/codecov-action#1055- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
@dependabot
in codecov/codecov-action#1051- build(deps-dev): bump
@types/node
from 20.5.3 to 20.5.4 by@dependabot
in codecov/codecov-action#1058- chore(deps): update outdated deps by
@thomasrockhu-codecov
in codecov/codecov-action#1059- build(deps-dev): bump
@types/node
from 20.5.4 to 20.5.6 by@dependabot
in codecov/codecov-action#1060- build(deps-dev): bump
@typescript-eslint/parser
from 6.4.1 to 6.5.0 by@dependabot
in codecov/codecov-action#1065- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.4.1 to 6.5.0 by@dependabot
in codecov/codecov-action#1064- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
@dependabot
in codecov/codecov-action#1063- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
@dependabot
in codecov/codecov-action#1061- build(deps-dev): bump
@types/node
from 20.5.6 to 20.5.7 by@dependabot
in codecov/codecov-action#1062- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
@dependabot
in codecov/codecov-action#1066- build(deps-dev): bump
@types/node
from 20.5.7 to 20.5.9 by@dependabot
in codecov/codecov-action#1070- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
@dependabot
in codecov/codecov-action#1069- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 6.5.0 to 6.6.0 by@dependabot
in codecov/codecov-action#1072- Update README.md by Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot]
--- .../unreleased/Dependency-20240510-142154.yaml | 3 +++ .github/workflows/release.yaml | 8 ++++---- .github/workflows/tests.yaml | 14 +++++++------- .github/workflows/triage.yaml | 2 +- 4 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 .changes/unreleased/Dependency-20240510-142154.yaml diff --git a/.changes/unreleased/Dependency-20240510-142154.yaml b/.changes/unreleased/Dependency-20240510-142154.yaml new file mode 100644 index 0000000..a777927 --- /dev/null +++ b/.changes/unreleased/Dependency-20240510-142154.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 9 updates' +time: 2024-05-10T14:21:54.63474258Z diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22a91ae..1f3b901 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,24 +9,24 @@ jobs: environment: release steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.20" - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v5 with: version: latest args: release --rm-dist diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f8aa06d..aa2b2d1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,20 +7,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: hashicorp/setup-terraform@v2 + - uses: hashicorp/setup-terraform@v3 with: terraform_version: 1.4.6 terraform_wrapper: false - name: Set up Go 1.20 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.20" - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: args: --issues-exit-code=0 --timeout=5m @@ -32,7 +32,7 @@ jobs: STORYBLOK_TOKEN: foobar - name: Upload to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: verbose: true @@ -45,12 +45,12 @@ jobs: pull-requests: write actions: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.2.0 + uses: labd/changie-release-action@v0.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} release-workflow: 'release.yaml' diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 6a30980..9bba0c6 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.RD_APP_PRIVATE_KEY }} installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v0.5.0 + uses: actions/add-to-project@v1.0.1 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}