Skip to content

Commit

Permalink
Fix deprecation warnings (#123)
Browse files Browse the repository at this point in the history
* Update node version

* Update version of packages

* Update version of runner

* Update version of actions

* Update dist
  • Loading branch information
machulav authored Nov 9, 2022
1 parent c0cf4b4 commit 4e0303d
Show file tree
Hide file tree
Showing 7 changed files with 4,603 additions and 1,969 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main
- name: Install packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '**/node_modules'
key: ec2-github-runner-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ outputs:
EC2 Instance Id of the created runner.
The id is used to terminate the EC2 instance when the runner is not needed anymore.
runs:
using: node12
using: node16
main: ./dist/index.js
Loading

0 comments on commit 4e0303d

Please sign in to comment.