Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-polk committed Apr 4, 2024
1 parent 7062122 commit 1f9deb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
uses: actions/setup-node@v4
# remember to keep this in sync with package.json "engines"
with:
node-version: 16
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build/release Electron app
# Let's only do this if the commit is tagged with a version
#if: startsWith(github.ref, 'refs/tags/v')
uses: samuelmeuli/action-electron-builder@v1.6.0
uses: coparse-inc/action-electron-builder@v1.0.0
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
Expand Down

0 comments on commit 1f9deb0

Please sign in to comment.