From 3427f885fbca82aa0e9baa1ac4b9c64179d072f1 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sat, 5 Nov 2022 15:25:38 +0100 Subject: [PATCH] build: update workflow actions (#198) [skip ci] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a66c4d53..d747f40c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout Repo @@ -27,7 +27,7 @@ jobs: java-version: '11' distribution: 'zulu' - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: "lts/*" - name: Build with Gradle