mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 22:50:18 +00:00
chore(deps): update all github-actions (#605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
08f719cdc1
commit
a479d8e9d9
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
- uses: olafurpg/setup-scala@v10
|
- uses: olafurpg/setup-scala@v13
|
||||||
|
|
||||||
- name: JS build
|
- name: JS build
|
||||||
run: sbt cliJS/fullLinkJS
|
run: sbt cliJS/fullLinkJS
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
echo "JSAPI=$JSAPI" >> $GITHUB_ENV
|
echo "JSAPI=$JSAPI" >> $GITHUB_ENV
|
||||||
|
|
||||||
### Publish to NPM registry
|
### Publish to NPM registry
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "15"
|
node-version: "15"
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
- name: Push tag ${{ env.BASE_VERSION }}
|
- name: Push tag ${{ env.BASE_VERSION }}
|
||||||
if: ${{ env.DO_RELEASE == 'true' }}
|
if: ${{ env.DO_RELEASE == 'true' }}
|
||||||
id: tag_version
|
id: tag_version
|
||||||
uses: mathieudutour/github-tag-action@v5.6
|
uses: mathieudutour/github-tag-action@v6.1
|
||||||
with:
|
with:
|
||||||
custom_tag: ${{ env.BASE_VERSION }}
|
custom_tag: ${{ env.BASE_VERSION }}
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
- name: Build Changelog
|
- name: Build Changelog
|
||||||
if: ${{ env.DO_RELEASE == 'true' }}
|
if: ${{ env.DO_RELEASE == 'true' }}
|
||||||
id: github_release
|
id: github_release
|
||||||
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"
|
||||||
toTag: ${{ steps.tag_version.outputs.new_tag }}
|
toTag: ${{ steps.tag_version.outputs.new_tag }}
|
||||||
|
Loading…
Reference in New Issue
Block a user