chore: update dependencies (#34)

* 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

* 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

View file

@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install latest podman
if: matrix.install_latest
@ -50,7 +50,7 @@ jobs:
install_latest: [ true, false ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install latest podman
if: matrix.install_latest
@ -76,7 +76,7 @@ jobs:
install_latest: [ true, false ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install latest podman
if: matrix.install_latest