Skip to content

Commit

Permalink
Update action internals and bump major
Browse files Browse the repository at this point in the history
This includes:
- Updating dependencies to latest
- Update package-lock.json to latest version
- Resolve lint issues as a result of updating deps
- Update action to run using node16
- Bump version to 2.0.0
  • Loading branch information
rathpc committed Aug 22, 2023
1 parent 3cd1e1f commit 3b4156c
Show file tree
Hide file tree
Showing 9 changed files with 22,274 additions and 22,582 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:

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


2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ outputs:
branch:
description: Ontrack branch name
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 3b4156c

Please sign in to comment.