aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-eslint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-23 02:34:26 +0000
committerGitHub <noreply@github.com>2023-12-23 02:34:26 +0000
commit1a303663ddea6f27191633f4c8ebb0eb55c91c34 (patch)
tree9524ff0a71555a338a4d99d7ccd33d6004202539 /.github/workflows/lint-eslint.yml
parent4c75c8ca1ab5f53ee4a6736ab382bed90dc1540a (diff)
downloadnextcloud-server-1a303663ddea6f27191633f4c8ebb0eb55c91c34.tar.gz
nextcloud-server-1a303663ddea6f27191633f4c8ebb0eb55c91c34.zip
chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/8f152de45cc393bb48ce5d89d36b731f54556e65...b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/lint-eslint.yml')
-rw-r--r--.github/workflows/lint-eslint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index d29485046ca..2e78287269d 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -64,7 +64,7 @@ jobs:
fallbackNpm: '^9'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
+ uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}