mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-24 23:12:13 +00:00
fix: Bump nox version to v0.13.0 (#157)
Bump nox and update "update_fluence"
This commit is contained in:
parent
b01eae5a9b
commit
2aa5019bb0
12
.github/workflows/update_fluence.yml
vendored
12
.github/workflows/update_fluence.yml
vendored
@ -3,10 +3,14 @@ name: "Update nox version"
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
version:
|
||||
content:
|
||||
description: 'Contents of fluence.json file'
|
||||
type: string
|
||||
required: true
|
||||
version:
|
||||
description: 'Version of nox'
|
||||
type: string
|
||||
required: true
|
||||
secrets:
|
||||
token:
|
||||
description: 'A token passed from the caller workflow'
|
||||
@ -22,13 +26,13 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.token }}
|
||||
|
||||
- name: Update Fluence in fluence.json to ${{ github.event.inputs.version }}
|
||||
run: echo ${{ inputs.version }} | jq > fluence/fluence.json
|
||||
- name: Update Fluence in fluence.json to ${{ inputs.version }}
|
||||
run: echo ${{ inputs.content }} | jq > fluence/fluence.json
|
||||
|
||||
- name: Commit updated fluence.json
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: 'fix(deps): Update Fluence to ${{ github.event.inputs.version }}'
|
||||
commit_message: 'fix(deps): Update Nox to ${{ inputs.version }}'
|
||||
commit_user_name: fluencebot
|
||||
commit_user_email: devops@fluence.one
|
||||
commit_author: fluencebot <devops@fluence.one>
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"x86_64": {
|
||||
"version": "0.12.1",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.12.1/rust-peer",
|
||||
"sha256": "b17037511a020c28657f274f383ab6ead05da0aa5bc3eabbd60267ddf50a145d"
|
||||
"version": "0.13.0",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-x86_64",
|
||||
"sha256": "3d6e86bb198b256a5840cf1b7da1a3ac65bb8de3e37ca3ae8cbc882ca221a7d7"
|
||||
},
|
||||
"aarch64": {
|
||||
"version": "0.12.1",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.12.1/rust-peer",
|
||||
"sha256": "b17037511a020c28657f274f383ab6ead05da0aa5bc3eabbd60267ddf50a145d"
|
||||
"version": "0.13.0",
|
||||
"url": "https://github.com/fluencelabs/rust-peer/releases/download/rust-peer-v0.13.0/nox-aarch64",
|
||||
"sha256": "d9f3600b0f0bed8be617772b904994c6162f4ff65b4265a8aa2418cc464f0b2c"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user