File tree Expand file tree Collapse file tree 7 files changed +4603
-1969
lines changed Expand file tree Collapse file tree 7 files changed +4603
-1969
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff 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.
7979runs :
80- using : node12
80+ using : node16
8181 main : ./dist/index.js
You can’t perform that action at this time.
0 commit comments