mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-29 07:41: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:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: "Get the version of fluence-js package"
|
||||
id: package-version
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
### Create a release
|
||||
- name: Build Changelog
|
||||
id: changelog
|
||||
uses: mikepenz/release-changelog-builder-action@v1
|
||||
uses: mikepenz/release-changelog-builder-action@v3
|
||||
with:
|
||||
configuration: ".github/workflows/changelog_config.json"
|
||||
env:
|
||||
|
2
.github/workflows/release_packages.yml
vendored
2
.github/workflows/release_packages.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
version: 7
|
||||
|
||||
- name: "Setup node"
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
Reference in New Issue
Block a user