matrix-art

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

commit e8eb5f9c011b193ca8ba5f9b390e64d528cd1f56
parent d6952a0922c98725c8bbb41dc5a4c44234a1d547
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 23 May 2022 10:40:09 +0200

Bump actions/setup-node from 3.1.1 to 3.2.0 (#204)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/56337c425554a6be30cdef71bf441f15be286854...17f8bd926464a1afa4c6a11669539e9c1ba77048)

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

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@56337c425554a6be30cdef71bf441f15be286854 # v2 + - uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v2 with: node-version: "17.x" - name: Install dependencies