fix(deps): Update nox version to 0.13.1 and fix update workflow (#160)

* Update nox version and fix update workflow

* Fix
This commit is contained in:
Anatolios Laskaris 2023-06-28 16:03:06 +03:00 committed by GitHub
parent edc3fe28e6
commit 1a3e1495cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

View File

@ -27,7 +27,10 @@ jobs:
token: ${{ secrets.token }}
- name: Update Fluence in fluence.json to ${{ inputs.version }}
run: echo ${{ inputs.content }} | jq > fluence/fluence.json
run: |
cat << EOH | jq > fluence/fluence.json
${{ inputs.content }}
EOH
- name: Commit updated fluence.json
uses: stefanzweifel/git-auto-commit-action@v4

View File

@ -1,12 +1,12 @@
{
"x86_64": {
"version": "0.13.0",
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-x86_64",
"sha256": "3d6e86bb198b256a5840cf1b7da1a3ac65bb8de3e37ca3ae8cbc882ca221a7d7"
"version": "0.13.1",
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.1/nox-x86_64",
"sha256": "da26816c31cc420d77edfe3da982fd76e37a92affd7d5f32cba96393a733dd78"
},
"aarch64": {
"version": "0.13.0",
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-aarch64",
"sha256": "d9f3600b0f0bed8be617772b904994c6162f4ff65b4265a8aa2418cc464f0b2c"
"version": "0.13.1",
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.1/nox-aarch64",
"sha256": "1a313a518a7d1fbf819308fce1af33ae06d75bf6d14a040640d6864918e3bd7b"
}
}