mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-29 15:51:35 +00:00
chore(deps): update all github-actions to v3 (#223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/release_github.yml
vendored
4
.github/workflows/release_github.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: "Get the version of fluence-js package"
|
- name: "Get the version of fluence-js package"
|
||||||
id: package-version
|
id: package-version
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
### Create a release
|
### Create a release
|
||||||
- name: Build Changelog
|
- name: Build Changelog
|
||||||
id: changelog
|
id: changelog
|
||||||
uses: mikepenz/release-changelog-builder-action@v1
|
uses: mikepenz/release-changelog-builder-action@v3
|
||||||
with:
|
with:
|
||||||
configuration: ".github/workflows/changelog_config.json"
|
configuration: ".github/workflows/changelog_config.json"
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/release_packages.yml
vendored
2
.github/workflows/release_packages.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
version: 7
|
version: 7
|
||||||
|
|
||||||
- name: "Setup node"
|
- name: "Setup node"
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
Reference in New Issue
Block a user