Skip to content

Commit

Permalink
Bump workflow actions (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Feb 7, 2024
1 parent 3d6db28 commit 6d919ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6d919ea

Please sign in to comment.