From 22f63bae67435dd1d87ade9069f2f405d899caea Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 4 Feb 2025 12:15:47 +0100
Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 1 to 2
(#344)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps
[softprops/action-gh-release](https://github.com/softprops/action-gh-release)
from 1 to 2.
Release notes
Sourced from softprops/action-gh-release's
releases.
v2.0.0
- update actions.yml declaration to node20 to address warnings
Changelog
Sourced from softprops/action-gh-release's
changelog.
0.1.12
- fix bug leading to empty strings subsituted for inputs users don't
provide breaking api calls #144
Commits
c95fe14
release 2.2.1
deddb09
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.0
64f1fa1
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)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/cd.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 5409606..4907bf1 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -162,7 +162,7 @@ jobs:
(Get-FileHash "$($env:RELEASE_NAME).zip" -Algorithm SHA256).Hash.ToLower() > "$($env:RELEASE_NAME).zip.sha256"
- name: Releasing assets
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
with:
files: |