aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-eslint.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-19 02:44:31 +0000
committerGitHub <noreply@github.com>2023-08-19 02:44:31 +0000
commit61bc7f80455dec7d8f2d075b4c6ce0587a8f7e46 (patch)
tree20ccf0d56ca23ba9094088a602a7e8a6a6f6494b /.github/workflows/lint-eslint.yml
parent3bdcc36f03ffca8b4f5b9de4dd05210e4d277bd4 (diff)
downloadnextcloud-server-61bc7f80455dec7d8f2d075b4c6ce0587a8f7e46.tar.gz
nextcloud-server-61bc7f80455dec7d8f2d075b4c6ce0587a8f7e46.zip
chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.8.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c...5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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 f53f38666e1..e1a2f9a4969 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -48,7 +48,7 @@ jobs:
fallbackNpm: '^7'
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
+ uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}