Skip to content

Commit 6d919ea

Browse files
authored
Bump workflow actions (#703)
1 parent 3d6db28 commit 6d919ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: Code Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Fetch build artifacts
2525
uses: actions/download-artifact@v3

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: windows-2022
3333
releaseArgs: --win64
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- name: Cache NW.js
3838
uses: actions/cache@v4
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ runner.os }}-${{ hashFiles('gulpfile.js') }}
4242

4343
- name: Install Node.js
44-
uses: actions/setup-node@v3
44+
uses: actions/setup-node@v4
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: yarn

0 commit comments

Comments
 (0)