aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 21:15:27 -0400
committerGitHub <[email protected]>2024-03-25 21:15:27 -0400
commit22a0f3be2147991baeff3e8c0b7bfd1c127055f0 (patch)
treea461e891459bd75c537c2ecdecec8974f6088a65 /.github
parent5fc93b48fba29e56bf788e86c2c8c94818c36212 (diff)
downloadbazarr-22a0f3be2147991baeff3e8c0b7bfd1c127055f0.tar.gz
bazarr-22a0f3be2147991baeff3e8c0b7bfd1c127055f0.zip
no log: Bump actions/setup-node from 3 to 4 (#2437)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release_beta_to_dev.yaml2
-rw-r--r--.github/workflows/release_dev_to_master.yaml2
-rw-r--r--.github/workflows/test_bazarr_execution.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0d050ccc0..79b1fc149 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
restore-keys: ${{ runner.os }}-modules-
- name: Setup NodeJS
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: "lts/*"
diff --git a/.github/workflows/release_beta_to_dev.yaml b/.github/workflows/release_beta_to_dev.yaml
index 994f511bc..f7155984c 100644
--- a/.github/workflows/release_beta_to_dev.yaml
+++ b/.github/workflows/release_beta_to_dev.yaml
@@ -36,7 +36,7 @@ jobs:
restore-keys: ${{ runner.os }}-modules-
- name: Setup NodeJS
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: "lts/*"
diff --git a/.github/workflows/release_dev_to_master.yaml b/.github/workflows/release_dev_to_master.yaml
index 37d0e7eba..dddf603b0 100644
--- a/.github/workflows/release_dev_to_master.yaml
+++ b/.github/workflows/release_dev_to_master.yaml
@@ -38,7 +38,7 @@ jobs:
restore-keys: ${{ runner.os }}-modules-
- name: Setup NodeJS
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: "lts/*"
diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml
index b7ded4c96..034eb782a 100644
--- a/.github/workflows/test_bazarr_execution.yml
+++ b/.github/workflows/test_bazarr_execution.yml
@@ -22,7 +22,7 @@ jobs:
ref: development
- name: Setup NodeJS
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
with:
node-version: "lts/*"