Skip to content

Commit

Permalink
chore: bump @actions deps
Browse files Browse the repository at this point in the history
@actions/core: ^1.10.0
@actions/exec: ^1.1.1
@actions/io:   ^1.1.2

close actions-rs#221
  • Loading branch information
duskmoon314 committed Oct 15, 2022
1 parent 88dc235 commit 4f86be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@actions-rs/core": "^0.1.6",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2"
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand All @@ -55,4 +55,4 @@
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
}
}
}

0 comments on commit 4f86be2

Please sign in to comment.