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 #33
This commit is contained in:
Jens Reimann 2023-01-30 18:12:38 +01:00
parent 7283c5d4ff
commit 5fd01dfa91
7 changed files with 1602 additions and 5615 deletions

3
.gitignore vendored
View file

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