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/cypress.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/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 8e0d647ba6b..4f04c589f2c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,7 +43,7 @@ jobs: fallbackNpm: "^7" - name: Set up node ${{ steps.versions.outputs.nodeVersion }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version: ${{ steps.versions.outputs.nodeVersion }} @@ -83,7 +83,7 @@ jobs: path: ./ - name: Set up node ${{ needs.init.outputs.nodeVersion }} - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version: ${{ needs.init.outputs.nodeVersion }} |