Skip to content

Commit

Permalink
Updated dependencies (#53)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Updated version number
  • Loading branch information
Razican authored Apr 27, 2022
1 parent 9392498 commit 6fdd4e8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "criterion-compare-action",
"version": "3.2.0",
"version": "3.2.1",
"repository": "https://github.com/boa-dev/criterion-compare-action/",
"description": "Compare the performance of Rust project branches using criterion",
"main": "main.js",
Expand All @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.7.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.0"
"@actions/github": "^5.0.1"
},
"devDependencies": {
"@vercel/ncc": "^0.33.4",
Expand Down

0 comments on commit 6fdd4e8

Please sign in to comment.