From a479d8e9d9579ef9bc9b55a41f9743ce08b6df69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 19:45:12 +0300 Subject: [PATCH] chore(deps): update all github-actions (#605) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0462d6e6..52c1be86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,10 +25,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 ### Setup - - uses: olafurpg/setup-scala@v10 + - uses: olafurpg/setup-scala@v13 - name: JS build run: sbt cliJS/fullLinkJS @@ -77,7 +77,7 @@ jobs: echo "JSAPI=$JSAPI" >> $GITHUB_ENV ### Publish to NPM registry - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: "15" registry-url: "https://registry.npmjs.org" @@ -103,7 +103,7 @@ jobs: - name: Push tag ${{ env.BASE_VERSION }} if: ${{ env.DO_RELEASE == 'true' }} id: tag_version - uses: mathieudutour/github-tag-action@v5.6 + uses: mathieudutour/github-tag-action@v6.1 with: custom_tag: ${{ env.BASE_VERSION }} tag_prefix: "" @@ -112,7 +112,7 @@ jobs: - name: Build Changelog if: ${{ env.DO_RELEASE == 'true' }} id: github_release - uses: mikepenz/release-changelog-builder-action@v1 + uses: mikepenz/release-changelog-builder-action@v3 with: configuration: ".github/workflows/changelog_config.json" toTag: ${{ steps.tag_version.outputs.new_tag }}