Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
update to node 18.
update deps.
bump version.

Part of #26 #28
  • Loading branch information
lots0logs committed May 17, 2023
1 parent 4f56f42 commit f11cd45
Show file tree
Hide file tree
Showing 5 changed files with 11,784 additions and 8,721 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Saves lists of changed files in the `outputs` object and on the filesystem for u

### Workflow Config Example
```
- uses: lots0logs/gh-action-get-changed-files@2.1.4
- uses: lots0logs/gh-action-get-changed-files@2.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Get Changed Files'
description: 'Saves lists of changed files as JSON for use by other actions.'
author: 'Dustin Falgout <dustin@falgout.us>'
runs:
using: 'node12'
using: 'node18'
main: 'dist/index.js'
inputs:
token:
Expand Down

0 comments on commit f11cd45

Please sign in to comment.