From bba860bf6f5a64fa786a53079f8ac65d417461ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:19:35 +0000 Subject: [PATCH] build(deps): bump msys2/setup-msys2 from 2.21.0 to 2.21.1 Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.21.0 to 2.21.1. - [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/76b1bed68bac51ebe46cb431077217d4b98e2b7b...b2186a9c6fc760d732f4c7fc5bc5128642a1d65c) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 db0e88c41da2..26bdbed47359 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -149,7 +149,7 @@ jobs: # Install MSYS2: - name: 'Install MSYS2' # Pin action to full length commit SHA - uses: msys2/setup-msys2@76b1bed68bac51ebe46cb431077217d4b98e2b7b # v2.21.0 + uses: msys2/setup-msys2@b2186a9c6fc760d732f4c7fc5bc5128642a1d65c # v2.21.1 with: # Set the MSYS system: msystem: MINGW64