From c1710fa82187d4686c66f22f54650e71c4520236 Mon Sep 17 00:00:00 2001 From: Akos Balasko Date: Tue, 20 Aug 2024 13:55:39 +0200 Subject: [PATCH] actions updated --- .github/workflows/electronbuilder-build.yml | 6 +++--- .github/workflows/release-packages.yml | 6 +++--- .github/workflows/run-tests.yaml | 2 +- .github/workflows/semantic-release.yml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/electronbuilder-build.yml b/.github/workflows/electronbuilder-build.yml index baa587f1..728ee623 100644 --- a/.github/workflows/electronbuilder-build.yml +++ b/.github/workflows/electronbuilder-build.yml @@ -13,12 +13,12 @@ jobs: uses: actions/checkout@v1 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 - - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1 + - name: Electron Builder Action(Using Node 20) + uses: vingeraycn/action-electron-builder@v1.0.1 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index ad873813..21908b36 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -13,12 +13,12 @@ jobs: uses: actions/checkout@v3 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 - - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1 + - name: Electron Builder Action(Using Node 20) + uses: vingeraycn/action-electron-builder@v1.0.1 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 43d1e61d..615be0fe 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 50a3bdc9..21167073 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 @@ -49,12 +49,12 @@ jobs: # uses: actions/checkout@v1 # - name: Install Node.js, NPM and Yarn - # uses: actions/setup-node@v1 + # uses: actions/setup-node@v4 # with: # node-version: 16 - # - name: Build/release Electron app - # uses: samuelmeuli/action-electron-builder@v1 + # - name: Electron Builder Action(Using Node 20) + # uses: vingeraycn/action-electron-builder@v1.0.1 # with: # # GitHub token, automatically provided to the action # # (No need to define this secret in the repo settings)