Skip to content

Commit

Permalink
Updated dependencies, prepared next release (#72)
Browse files Browse the repository at this point in the history
* Updated dependencies, prepared next release

* Update the setup-node action
  • Loading branch information
Razican authored Aug 22, 2022
1 parent 642307e commit c1349c0
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check if generated code is correct
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "16"
- run: mv dist/index.js dist/index.js.new
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

117 changes: 66 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "criterion-compare-action",
"version": "3.2.2",
"version": "3.2.3",
"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,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/core": "^1.9.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.3"
},
Expand Down

0 comments on commit c1349c0

Please sign in to comment.