matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 5e4d1d9222146659fe2e33b3c32b23578c26a45c
parent e9f7f9c641c333a969ea23482e4ee55bf1cf3b2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue,  1 Mar 2022 03:12:48 +0100

Bump actions/setup-node from 2.5.1 to 3 (#88)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/1f8c6b94b26d0feae1e387ca63ccbdc44d27b561...9ced9a43a244f3ac94f13bfd896db8c8f30da67a)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
M.github/workflows/playwright.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -44,7 +44,7 @@ jobs: run: > git config --global url."https://github.com/".insteadOf ssh://git@github.com/ - - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2 + - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v2 with: node-version: "17.x" - name: Install dependencies