From 2114b2a609d90fe5e1630bd8975c7623878067c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 03:35:10 +0000 Subject: [PATCH] build(deps): bump msys2/setup-msys2 from 2.20.1 to 2.21.0 Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.20.1 to 2.21.0. - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](https://github.com/msys2/setup-msys2/compare/27b3aa77f672cb6b3054121cfd80c3d22ceebb1d...76b1bed68bac51ebe46cb431077217d4b98e2b7b) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/windows_test_npm_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index d190ca8efecc..c520e8e54a4b 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -144,7 +144,7 @@ jobs: # Install MSYS2: - name: 'Install MSYS2' # Pin action to full length commit SHA - uses: msys2/setup-msys2@27b3aa77f672cb6b3054121cfd80c3d22ceebb1d # v2.20.1 + uses: msys2/setup-msys2@76b1bed68bac51ebe46cb431077217d4b98e2b7b # v2.21.0 with: # Set the MSYS system: msystem: MINGW64