chore: update dependencies ()

* chore: update dependencies

This updates the @actions/core to 1.10.x, which is required to fix the
deprecated state functionality. See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

closes 

* style: fix lint errors
This commit is contained in:
Jens Reimann 2023-03-11 13:46:14 +01:00 committed by GitHub
parent 7283c5d4ff
commit 8cb6c181aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1603 additions and 5617 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules/
out/
out/
.idea/