diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-19 11:39:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 11:39:12 +0200 |
commit | 8157d9789070e6d38710b1530aa4d903d74ca2ac (patch) | |
tree | f430a70a7414f5fd5af3256c58decbf7bddb5def /.github/workflows/node.yml | |
parent | ad8811d3925d063565cb6fad924f56fd6cf5cbb9 (diff) | |
parent | 61bc7f80455dec7d8f2d075b4c6ce0587a8f7e46 (diff) | |
download | nextcloud-server-8157d9789070e6d38710b1530aa4d903d74ca2ac.tar.gz nextcloud-server-8157d9789070e6d38710b1530aa4d903d74ca2ac.zip |
Merge pull request #39974 from nextcloud/dependabot/github_actions/actions/setup-node-3.8.1
chore(deps): Bump actions/setup-node from 3.6.0 to 3.8.1
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r-- | .github/workflows/node.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 54550067a22..b003ba405e0 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -47,7 +47,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 }} |