Skip to content

Commit

Permalink
chore: update dependencies (#34)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ctron authored Mar 11, 2023
1 parent 7283c5d commit 8cb6c18
Show file tree
Hide file tree
Showing 8 changed files with 1,618 additions and 5,632 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install latest podman
if: matrix.install_latest
Expand All @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
out/
out/
.idea/
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 8cb6c18

Please sign in to comment.