diff --git a/.github/workflows/ci-bundle.yml b/.github/workflows/ci-bundle.yml index a7cbee674..33351218d 100644 --- a/.github/workflows/ci-bundle.yml +++ b/.github/workflows/ci-bundle.yml @@ -19,7 +19,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - name: Install npm dependencies run: npm install --ignore-scripts diff --git a/.github/workflows/ci-flatpak.yml b/.github/workflows/ci-flatpak.yml index 605d43270..df3c0535d 100644 --- a/.github/workflows/ci-flatpak.yml +++ b/.github/workflows/ci-flatpak.yml @@ -46,7 +46,7 @@ jobs: - name: Setup node id: node - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: ${{ env.NODE_VERSION }} diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index c7e83530f..e18d2fbe4 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -165,7 +165,7 @@ jobs: if: >- always() && (steps.test_report.outcome == 'success') - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: coverage-${{ matrix.name }} path: | @@ -174,7 +174,7 @@ jobs: if-no-files-found: error - name: Upload Artifacts - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: build-${{ matrix.name }} path: artifacts/ diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 883404fbb..204a41db6 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -150,7 +150,7 @@ jobs: - name: Setup NodeJS # Clang compiled NodeJS has issues when running rollup webpack if: matrix.msystem != 'ucrt64' - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 'lts/*'