Skip to content

Commit 4e0303d

Browse files
authored
Fix deprecation warnings (machulav#123)
* Update node version * Update version of packages * Update version of runner * Update version of actions * Update dist
1 parent c0cf4b4 commit 4e0303d

File tree

7 files changed

+4603
-1969
lines changed

7 files changed

+4603
-1969
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
ref: main
1717
- name: Install packages

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Cache dependencies
14-
uses: actions/cache@v2
14+
uses: actions/cache@v3
1515
with:
1616
path: '**/node_modules'
1717
key: ec2-github-runner-${{ hashFiles('**/package-lock.json') }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ outputs:
7777
EC2 Instance Id of the created runner.
7878
The id is used to terminate the EC2 instance when the runner is not needed anymore.
7979
runs:
80-
using: node12
80+
using: node16
8181
main: ./dist/index.js

0 commit comments

Comments
 (0)