From ce854031df98e75de81b222bfdea2f7ef8c26e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:36:43 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 2 +- .github/workflows/texlive_on_linux.yml | 2 +- .github/workflows/texlive_on_mac.yml | 2 +- .github/workflows/texlive_on_win.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 30d1bea1f..fd614de8c 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - name: Create extension package diff --git a/.github/workflows/texlive_on_linux.yml b/.github/workflows/texlive_on_linux.yml index 510f08508..07119c8fe 100644 --- a/.github/workflows/texlive_on_linux.yml +++ b/.github/workflows/texlive_on_linux.yml @@ -50,7 +50,7 @@ jobs: mv -f latexindent /tmp/texlive/bin/x86_64-linux/latexindent chmod +x /tmp/texlive/bin/x86_64-linux/latexindent if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: | diff --git a/.github/workflows/texlive_on_mac.yml b/.github/workflows/texlive_on_mac.yml index d20ff5017..72a4f2795 100644 --- a/.github/workflows/texlive_on_mac.yml +++ b/.github/workflows/texlive_on_mac.yml @@ -49,7 +49,7 @@ jobs: curl -s -O -L http://mirrors.ctan.org/support/latexindent/bin/macos/latexindent [ -d /Users/runner/texlive/bin/x86_64-darwin/ ] && mv -f latexindent /Users/runner/texlive/bin/x86_64-darwin/latexindent && chmod +x /Users/runner/texlive/bin/x86_64-darwin/latexindent || [ -d /Users/runner/texlive/bin/universal-darwin/ ] && mv -f latexindent /Users/runner/texlive/bin/universal-darwin/latexindent && chmod +x /Users/runner/texlive/bin/universal-darwin/latexindent if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: | diff --git a/.github/workflows/texlive_on_win.yml b/.github/workflows/texlive_on_win.yml index 695058a7b..edf70c9d4 100644 --- a/.github/workflows/texlive_on_win.yml +++ b/.github/workflows/texlive_on_win.yml @@ -53,7 +53,7 @@ jobs: curl -s -O -L http://mirrors.ctan.org/support/latexindent/bin/windows/latexindent.exe mv -Force "latexindent.exe" "D:\texlive\bin\windows\latexindent-binary.exe" if: steps.cache-texlive.outputs.cache-hit != 'true' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - run: |