From 6d919ea820d2ee58a5ec1008936356c4f832f57d Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Wed, 7 Feb 2024 17:36:18 +0100 Subject: [PATCH] Bump workflow actions (#703) --- .github/workflows/build-release.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 6812df5d..209a8f91 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Code Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fetch build artifacts uses: actions/download-artifact@v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1c7ab4..65619b7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: os: windows-2022 releaseArgs: --win64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache NW.js uses: actions/cache@v4 @@ -41,7 +41,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('gulpfile.js') }} - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: yarn