Bump deps

This commit is contained in:
Sven-Hendrik Haase
2023-07-28 18:34:08 +02:00
parent 80d7a7e41c
commit 5206d34958
5 changed files with 5165 additions and 9489 deletions

View File

@@ -56,7 +56,9 @@ async function get_release_by_tag(
...repo(),
ref: `tags/${tag}`
})
core.warning(`Ignoring target_commit as the tag ${tag} already exists`)
core.warning(
`Ignoring target_commit as the tag ${tag} already exists`
)
} catch (tagError: any) {
if (tagError.status !== 404) {
throw tagError