Skip to content

Commit

Permalink
chore(deps): update dependency @actions/github to v6 (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent c2962e8 commit 54bf601
Show file tree
Hide file tree
Showing 7 changed files with 27,058 additions and 6,764 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Setup Node
uses: actions/setup-node@v4.0.0
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ inputs:
default: "false"

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
127 changes: 47 additions & 80 deletions dist/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 54bf601

Please sign in to comment.