diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-28 02:20:13 +0000 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-30 10:57:03 +0100 |
commit | 17bbed485add339e4e121709616e1a621980066a (patch) | |
tree | 541790af8804d82c1e366b3e11568a76fe425484 /.github/workflows/command-compile.yml | |
parent | ce3f213fcd7f33f139ac7cd76699364cbe9a2682 (diff) | |
download | nextcloud-server-17bbed485add339e4e121709616e1a621980066a.tar.gz nextcloud-server-17bbed485add339e4e121709616e1a621980066a.zip |
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d...8f152de45cc393bb48ce5d89d36b731f54556e65)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/command-compile.yml')
-rw-r--r-- | .github/workflows/command-compile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 4e445469ce4..a7570f6d7b9 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -79,7 +79,7 @@ jobs: fallbackNpm: '^9' - name: Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }} - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 with: node-version: ${{ steps.package-engines-versions.outputs.nodeVersion }} cache: npm |