Merge pull request #199 from nwjs-ffmpeg-prebuilt/dependabot/github_actions/dot-github/workflows/gha-57216fdb9c
build(deps): bump the gha group across 1 directory with 3 updates
This commit is contained in:
commit
5ec44ac1f6
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
nw: ${{ steps.set_nw.outputs.nw }}
|
nw: ${{ steps.set_nw.outputs.nw }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.0
|
||||||
- name: Check if latest
|
- name: Check if latest
|
||||||
working-directory: .github/workflows
|
working-directory: .github/workflows
|
||||||
run: bash ./is_latest.sh ${{ github.event_name }}
|
run: bash ./is_latest.sh ${{ github.event_name }}
|
||||||
@ -49,11 +49,11 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.3
|
uses: actions/setup-node@v4.0.4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.0
|
||||||
- name: Debug NW version
|
- name: Debug NW version
|
||||||
run: |
|
run: |
|
||||||
echo "NW Version: ${{ needs.is-latest.outputs.nw }}"
|
echo "NW Version: ${{ needs.is-latest.outputs.nw }}"
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
node build --arch x64 --version ${{ needs.is-latest.outputs.nw }}
|
node build --arch x64 --version ${{ needs.is-latest.outputs.nw }}
|
||||||
node build --arch ia32 --version ${{ needs.is-latest.outputs.nw }}
|
node build --arch ia32 --version ${{ needs.is-latest.outputs.nw }}
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: win
|
name: win
|
||||||
path: 'c:/a/**/build/out/*.zip'
|
path: 'c:/a/**/build/out/*.zip'
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.3
|
uses: actions/setup-node@v4.0.4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Delete unused SDKs
|
- name: Delete unused SDKs
|
||||||
@ -91,14 +91,14 @@ jobs:
|
|||||||
sudo rm -rf /Library/Developer/CoreSimulator
|
sudo rm -rf /Library/Developer/CoreSimulator
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.0
|
||||||
- name: npm install, build and test
|
- name: npm install, build and test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
node build --arch x64 --version ${{ needs.is-latest.outputs.nw }}
|
node build --arch x64 --version ${{ needs.is-latest.outputs.nw }}
|
||||||
node build --arch arm64 --version ${{ needs.is-latest.outputs.nw }}
|
node build --arch arm64 --version ${{ needs.is-latest.outputs.nw }}
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: mac
|
name: mac
|
||||||
path: 'build/out/*.zip'
|
path: 'build/out/*.zip'
|
||||||
@ -109,11 +109,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v4.0.3
|
uses: actions/setup-node@v4.0.4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.0
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@main
|
uses: jlumbroso/free-disk-space@main
|
||||||
with:
|
with:
|
||||||
@ -135,7 +135,7 @@ jobs:
|
|||||||
node build --arch x64 -v ${{ needs.is-latest.outputs.nw }}
|
node build --arch x64 -v ${{ needs.is-latest.outputs.nw }}
|
||||||
node build --arch ia32 -v ${{ needs.is-latest.outputs.nw }}
|
node build --arch ia32 -v ${{ needs.is-latest.outputs.nw }}
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.6
|
uses: actions/upload-artifact@v4.4.0
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: 'build/out/*.zip'
|
path: 'build/out/*.zip'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user