Skip to content

Commit

Permalink
Merge pull request #16 from coreybutler/patch-1
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
AButler authored Oct 15, 2022
2 parents c799675 + 659891f commit fff086b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: 'secrets.GITHUB_TOKEN'
required: true
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "AButler",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/github": "^1.1.0",
"fast-glob": "^3.0.4",
"mime-types": "^2.1.24"
Expand Down

0 comments on commit fff086b

Please sign in to comment.