From 26d2c017337b3fc92e864568b58aa3bcbfd54983 Mon Sep 17 00:00:00 2001 From: Colin Troisemaine <56585263+ColinTr@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:09:31 +0200 Subject: [PATCH] Update electron.yml --- .github/workflows/electron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 39e8c0c..4bac06d 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@master with: - ref: electron + ref: master - uses: actions/setup-node@master with: node-version: 20.18.0