Skip to content

Commit

Permalink
Merge pull request #4 from rathpc/rathpc/update-deps
Browse files Browse the repository at this point in the history
Update action internals and bump major
  • Loading branch information
dcoraboeuf authored Aug 22, 2023
2 parents 3cd1e1f + 3b4156c commit c041013
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 c041013

Please sign in to comment.