torch-cam
torch-cam copied to clipboard
build(deps): bump the gh-actions group across 1 directory with 7 updates
Bumps the gh-actions group with 7 updates in the / directory:
Package | From | To |
---|---|---|
conda-incubator/setup-miniconda | 2 |
3 |
webfactory/ssh-agent | 0.4.1 |
0.9.0 |
JamesIves/github-pages-deploy-action | 3.7.1 |
4.6.1 |
actions/labeler | 4 |
5 |
actions/upload-artifact | 2 |
4 |
actions/download-artifact | 2 |
4 |
codecov/codecov-action | 3 |
4 |
Updates conda-incubator/setup-miniconda
from 2 to 3
Release notes
Sourced from conda-incubator/setup-miniconda's releases.
Version 3.0.0
Features
Fixes
- #299 Fix condaBasePath when useBundled is false, and there's no pre-existing conda
Documentation
- #309 Switch to main branch based development
- #313 Specify team conda-incubator/setup-miniconda as codeowners
- #318 README: update actions in examples, add security section, similar actions
Tasks and Maintenance
- #307 Run dependabot against main branch and also update node packages
- #311 Bump actions/checkout from 2 to 4
- #310 Bump actions/cache from 1 to 3
- #314 Strip/update dependencies
- #315 Split lint into check and build, switch from
npm install
tonpm ci
- #317 Bump normalize-url from 4.5.1 to 8.0.0
- #316 Faster workflow response / saving resources via timeout/concurrency policy
#308: conda-incubator/setup-miniconda#308 #291: conda-incubator/setup-miniconda#291 #299: conda-incubator/setup-miniconda#299 #309: conda-incubator/setup-miniconda#309 #313: conda-incubator/setup-miniconda#313 #318: conda-incubator/setup-miniconda#318 #307: conda-incubator/setup-miniconda#307 #311: conda-incubator/setup-miniconda#311 #310: conda-incubator/setup-miniconda#310 #314: conda-incubator/setup-miniconda#314 #315: conda-incubator/setup-miniconda#315 #317: conda-incubator/setup-miniconda#317 #316: conda-incubator/setup-miniconda#316
New Contributors
@isuruf
made their first contribution in conda-incubator/setup-miniconda#299Full Changelog: https://github.com/conda-incubator/setup-miniconda/compare/v2...v3.0.0
Version 2.3.0
Documentation
- #263 Update links to GitHub shell docs
... (truncated)
Changelog
Sourced from conda-incubator/setup-miniconda's changelog.
v2.1.1 (2021-03-31)
Features
- #163 leaves the patched
setup-miniconda-patched-{environment.yml}
in-place ifclean-patched-environment-file: false
is given (otherwise cleans up after itself)- #163 adds action outputs
environment-file
,environment-file-content
andenvironment-file-was-patched
Fixes
- #161 restores proper ordering of
channels
whenenvironment-file
is patched- #163 if necessary, writes
setup-miniconda-patched-environment.yml
to the same location to work with relative paths, e.g.pip: ["-r requirements.txt"]
#161: conda-incubator/setup-miniconda#161 #163: conda-incubator/setup-miniconda#163
v2.1.0 (2021-03-29)
Features
- #130 installs all extra tools (e.g.
conda-build
) in a single solve- #133, #138, and #140 add first-class support for [Miniforge] (and Mambaforge)
- #137 allows
activate-environment
to be a path-like prefixDocumentation
- #115 adds extra information on default environment activation.
Fixes
Development
#115: conda-incubator/setup-miniconda#115 #120: conda-incubator/setup-miniconda#120 #123: conda-incubator/setup-miniconda#123 #124: conda-incubator/setup-miniconda#124 #125: conda-incubator/setup-miniconda#125 #126: conda-incubator/setup-miniconda#126
... (truncated)
Commits
a426040
Update changelog. (#347)333e129
Merge pull request #345 from conda-incubator/debug-no-conda8cd84f7
npm audit fix, format, check, build4494701
skip this onea587dba
redistdceb88d
use bundled only if is defined and non-empty36b8cc8
add one more test35d9406
add one more test for macos 13/143ec85ce
Bump undici from 5.28.3 to 5.28.4 (#340)a8b0ce9
Bump normalize-url from 8.0.0 to 8.0.1 (#338)- Additional commits viewable in compare view
Updates webfactory/ssh-agent
from 0.4.1 to 0.9.0
Release notes
Sourced from webfactory/ssh-agent's releases.
Update to
node20
This release updates the action to run on Node.js v20. When you're running on GitHub hosted runners, just go ahead and update. When you're using self-hosted runners, please make sure you have Node.js v20 installed before updating from
v0.8.0
tov0.9.0
of this action.New Contributors
@npwolf
made their first contribution in webfactory/ssh-agent#196@benzado
made their first contribution in webfactory/ssh-agent#206@felix-seifert
made their first contribution in webfactory/ssh-agent#199@archen
made their first contribution in webfactory/ssh-agent#201Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0
What's Changed
- Update README.md to reflect latest version by
@npwolf
in webfactory/ssh-agent#196- Remove outdated claim from README by
@benzado
in webfactory/ssh-agent#206- chore: update all versions of
actions/checkout
to v4 by@felix-seifert
in webfactory/ssh-agent#199- bump to node20 by
@archen
in webfactory/ssh-agent#201New Contributors
@npwolf
made their first contribution in webfactory/ssh-agent#196@benzado
made their first contribution in webfactory/ssh-agent#206@felix-seifert
made their first contribution in webfactory/ssh-agent#199@archen
made their first contribution in webfactory/ssh-agent#201Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0
SSH host keys no longer managed – read below 👇
Starting with this release, this action no longer writes GitHub's SSH host keys into the
known_hosts
SSH config file upon start.GitHub changed their host keys on short notice this morning, see https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. We took this as an opportunity to stop maintaining GH SSH keys in the code shipped with this action (#171).
What you need to do:
- On GitHub hosted runners, nothing. ✔︎ These runners ship with SSH host keys (for
github.com
) maintained by directly by GitHub.- On self-hosted runners, review and fix your SSH
known_hosts
file:
- First, you'll find it bloated with redundant entries for
github.com
, as described in #106. Remove these entries.- Review https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/. You probably removed the old (invalid) SSH key in the previous step.
- Configure GitHub's current SSH keys as documented on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
- As long as versions before
v0.8.0
of this action here are run on the self-hosted runner, the old entries will come back. Keep an eye on it, possibly you'll have to rinse & repeat.Other code changes in this release
- Update to
actions/checkout@v3
by@mpdude
in webfactory/ssh-agent#143- Allow the user to override the commands for
git
,ssh-agent
, andssh-add
by@DilumAluthge
in webfactory/ssh-agent#154New Contributors
@prhiggins
made their first contribution in webfactory/ssh-agent#153@kjarkur
made their first contribution in webfactory/ssh-agent#147@DilumAluthge
made their first contribution in webfactory/ssh-agent#154Full Changelog: https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0
... (truncated)
Changelog
Sourced from webfactory/ssh-agent's changelog.
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
v0.7.0 [2022-10-19]
Added
- Add the
log-public-key
input that can be used to turn off logging key identities (#122)Fixed
- Fix path to
git
binary on Windows, assuming GitHub-hosted runners (#136, #137)- Fix a nonsensical log message (#139)
v0.6.0 [2022-10-19]
Changed
- Update the version of Node used by the action from 12 to 16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
v0.5.4 [2021-11-21]
Fixed
Changed
- Various documentation (README) improvements and additions
- Change logging to more precisely state that public keys are being printed
v0.5.3 [2021-06-11]
Fixed
- Fixed cleanup phase to really terminate the ssh-agent (#80)
- Fix termination of ssh-agent also on workflow failure (#79)
Changed
- Various documentation (README) improvements and additions
v0.5.2 [2021-04-07]
... (truncated)
Commits
dc588b6
Update version numbers in the README examples204eb35
Bump tonode20
(#201)9f6f312
chore: update all versions ofactions/checkout
to v4 (#199)2e59dd7
Remove outdated claim from README (#206)fd34b8d
Update README.md to reflect latest version (#196)d4b9b8f
Stop adding GitHub SSH keys (#171)ea17a05
Add missing semicolons (#159)9fbc246
Clarify usage for Docker build processes, especially with deployment keys (#145)6f828cc
Allow the user to override the commands forgit
,ssh-agent
, andssh-add
...209e2d7
Fix a typo in the README.md (#146)- Additional commits viewable in compare view
Updates JamesIves/github-pages-deploy-action
from 3.7.1 to 4.6.1
Release notes
Sourced from JamesIves/github-pages-deploy-action's releases.
v4.6.1
What's Changed
Fixes
- Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown.
Dependencies
- build(deps-dev): bump eslint-plugin-jest from 28.2.0 to 28.5.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1577- build(deps): bump
@eslint/js
from 9.0.0 to 9.2.0 by@dependabot
in JamesIves/github-pages-deploy-action#1576- build(deps-dev): bump eslint from 9.0.0 to 9.2.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1575- build(deps): bump typescript-eslint from 7.7.0 to 7.8.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1569- build(deps-dev): bump
@types/node
from 20.12.7 to 20.12.9 by@dependabot
in JamesIves/github-pages-deploy-action#1578- build(deps-dev): bump
@types/node
from 20.12.9 to 20.12.10 by@dependabot
in JamesIves/github-pages-deploy-action#1579- build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by
@dependabot
in JamesIves/github-pages-deploy-action#1583- build(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1588- build(deps): bump typescript-eslint from 7.8.0 to 7.9.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1586- build(deps): bump the eslint group with 3 updates by
@dependabot
in JamesIves/github-pages-deploy-action#1592- build(deps-dev): bump the misc group with 2 updates by
@dependabot
in JamesIves/github-pages-deploy-action#1593Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.1
v4.6.0
What's Changed
- Check for fatal on every line of stderr of the git command by
@ben-z
in JamesIves/github-pages-deploy-action#1551- Migrated to eslint v9
- build(deps): bump github/codeql-action from 2 to 3 by
@dependabot
in JamesIves/github-pages-deploy-action#1488- Bump
@babel/traverse
from 7.8.3 to 7.23.2 by@dependabot
in JamesIves/github-pages-deploy-action#1460- build(deps-dev): bump eslint-plugin-jest from 27.2.3 to 27.6.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1469- build(deps-dev): bump
@types/node
from 20.10.0 to 20.11.6 by@dependabot
in JamesIves/github-pages-deploy-action#1507- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.3 by
@dependabot
in JamesIves/github-pages-deploy-action#1501- build(deps-dev): bump
@types/node
from 20.11.6 to 20.11.13 by@dependabot
in JamesIves/github-pages-deploy-action#1513- build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.6 by
@dependabot
in JamesIves/github-pages-deploy-action#1512- Bump
@actions/core
from 1.10.0 to 1.10.1 by@dependabot
in JamesIves/github-pages-deploy-action#1434- Bump codecov/codecov-action from 3.1.6 to 4.0.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1515- Bump
@types/node
from 20.11.13 to 20.11.16 by@dependabot
in JamesIves/github-pages-deploy-action#1516- Bump codecov/codecov-action from 4.0.0 to 4.0.1 by
@dependabot
in JamesIves/github-pages-deploy-action#1517- Bump
@types/node
from 20.11.16 to 20.11.22 by@dependabot
in JamesIves/github-pages-deploy-action#1534- Bump
@types/node
from 20.11.22 to 20.11.25 by@dependabot
in JamesIves/github-pages-deploy-action#1537- Bump codecov/codecov-action from 4.0.1 to 4.1.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1532- Bump eslint-plugin-jest from 27.6.3 to 27.9.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1526- Bump webfactory/ssh-agent from 0.8.0 to 0.9.0 by
@dependabot
in JamesIves/github-pages-deploy-action#1520- Bump actions/checkout in README by
@verhovsky
in JamesIves/github-pages-deploy-action#1523- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by
@dependabot
in JamesIves/github-pages-deploy-action#1547- Bump
@types/node
from 20.11.25 to 20.11.30 by@dependabot
in JamesIves/github-pages-deploy-action#1545- Bump
@types/node
from 20.11.30 to 20.12.2 by@dependabot
in JamesIves/github-pages-deploy-action#1550- Bump
@types/node
from 20.12.2 to 20.12.3 by@dependabot
in JamesIves/github-pages-deploy-action#1552- Bump
@types/node
from 20.12.3 to 20.12.6 by@dependabot
in JamesIves/github-pages-deploy-action#1557
... (truncated)
Commits
5c6e9e9
Deploy Production Code for Commit e9abb9ce6e35175032a1e82dd997ac600ad10c9b 🚀e9abb9c
Merge branch 'dev' into releases/v4079c29c
build(deps-dev): bump the misc group with 2 updates (#1593)e0e9b96
build(deps): bump the eslint group with 3 updates (#1592)dfda814
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deploy-action...c282185
chore: update dependabot groups91fd6ee
fix: :bug: Use commish to make branch unique (#1591)5bb052c
build(deps): bump typescript-eslint from 7.8.0 to 7.9.0 (#1586)ef33bcd
build(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 (#1588)1a64cb8
build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 (#1583)- Additional commits viewable in compare view
Updates actions/labeler
from 4 to 5
Release notes
Sourced from actions/labeler's releases.
v5.0.0
What's Changed
This release contains the following breaking changes:
The ability to apply labels based on the names of base and/or head branches was added (#186 and #54). The match object for changed files was expanded with new combinations in order to make it more intuitive and flexible (#423 and #101). As a result, the configuration file structure was significantly redesigned and is not compatible with the structure of the previous version. Please read the action documentation to find out how to adapt your configuration files for use with the new action version.
The bug related to the
sync-labels
input was fixed (#112). Now the input value is read correctly.By default,
dot
input is set totrue
. Now, paths starting with a dot (e.g..github
) are matched by default.Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.
For more information, please read the action documentation.
New Contributors
@joshdales
made their first contribution in actions/labeler#203@dusan-trickovic
made their first contribution in actions/labeler#626@sungh0lim
made their first contribution in actions/labeler#630@TrianguloY
made their first contribution in actions/labeler#629Full Changelog: https://github.com/actions/labeler/compare/v4...v5.0.0
v5.0.0-beta.1
What's Changed
In scope of this beta release, the structure of the configuration file (
.github/labeler.yml
) was changed fromLabelName: - any: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] - all: - changed-files: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps']
to
LabelName: - any: - changed-files: - AnyGlobToAnyFile: ['list', 'of', 'globs'] - AnyGlobToAllFiles: ['list', 'of', 'globs'] - AllGlobsToAnyFile: ['list', 'of', 'globs'] - AllGlobsToAllFiles: ['list', 'of', 'globs'] - base-branch: ['list', 'of', 'regexps'] - head-branch: ['list', 'of', 'regexps'] - all: - changed-files: - AnyGlobToAnyFile: ['list', 'of', 'globs'] - AnyGlobToAllFiles: ['list', 'of', 'globs'] - AllGlobsToAnyFile: ['list', 'of', 'globs'] </tr></table>
... (truncated)
Commits
8558fd7
Merge pull request #709 from actions/v5.0.0-beta000ca75
Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...cb66c2f
Update dist9181355
Apply suggestions for the beta vesrion and update the documentationefe4c1c
Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependenciesc0957ad
Run Prettier8dc8d18
Update Node.js version in reusable workflowsd0d0bbe
Update documentation1375c42
5.0.0ab7411e
Change version of Node.js runtime to node20- Additional commits viewable in compare view
Updates actions/upload-artifact
from 2 to 4
Release notes
Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by
@ljmf00
in actions/upload-artifact#313- Bump
@actions/artifact
version to v1.1.2 by@bethanyj28
in actions/upload-artifact#436Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions- #374- Update all dev dependencies to their most recent versions - #375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351v3.1.0
What's Changed
- Bump
@actions/artifact
to v1.1.0 (actions/upload-artifact#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
v3.0.0
What's Changed
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.
v2.3.1
Fix for empty fails on Windows failing on upload #281
v2.3.0 Upload Artifact
... (truncated)
Commits
6546280
updating package versionc004fb4
Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49
updating toolkit artifact dependency to 2.1.6b06cde3
Merge pull request #563 from actions/eggyhead/release-4.3.21746f4a
Revert "updating to release 4.3.2"31685d0
updating to release 4.3.218bf333
Merge pull request #562 from actions/eggyhead/update-artifact-v215dac413b
update package lock versionbb3b4a3
updating package version3e3da83
updating artifact and core dependencies- Additional commits viewable in compare view
Updates actions/download-artifact
from 2 to 4
Release notes
Sourced from actions/download-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@bflad
made their first contribution in actions/download-artifact#194Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0
v3.0.2
- Bump
@actions/artifact
to v1.1.1 - actions/download-artifact#195- Fixed a bug in Node16 where if an HTTP download finished too quickly (<1ms, e.g. when it's mocked) we attempt to delete a temp file that has not been created yet actions/toolkit#1278
v3.0.1
v3.0.0
What's Changed
- Update default runtime to node16 (actions/download-artifact#134)
- Update package-lock.json file version to 2 (actions/download-artifact#136)
Breaking Changes
With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.
v2.1.1
- Bump
@actions/core
to the latest version to prevent breaking changes onceset-output
andsave-state
commands are deprecated #21v2.1.0 Download Artifact
- Improved output & logging
- Fixed issue where downloading all artifacts could cause display percentages to be over 100%
- Various small bug fixes & improvements
v2.0.10
- Retry on HTTP 500 responses from the service
v2.0.9
- Fixes to proxy related issues
v2.0.8
- Improvements to retryability if an error is encountered during artifact download
... (truncated)
Commits
65a9edc
Merge pull request #325 from bethanyj28/mainfdd1595
licensedc13dba1
update@actions/artifact
dependency0daa75e
Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7
Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87
updating license89af5db
updating artifact package v2.1.6b4aefff
Merge pull request #323 from actions/eggyhead/update-artifact-v2158caf195
package lock updated7a2ec4
updating package version- Additional commits viewable in compare view
Updates codecov/codecov-action
from 3 to 4
Release notes
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
@thomasrockhu-codecov
in codecov/codecov-action#1073- build(deps-dev): bump
@typescript-eslint/parser
from 6.5.0 to 6.6.0 by@dependabot
in Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >