From 83afccd93247f78ca16229474ed6b8d644638b8b Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 12 Jun 2023 15:11:46 -0600 Subject: [PATCH] github-ci: update action: setup-msys2 Use @v2, hopefully the dependency bot will keep it up to date now. --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 74e0350ab3..73bb9135d6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -2402,7 +2402,7 @@ jobs: path: ~/.cargo key: ${{ github.job }}-cargo - uses: actions/checkout@v3.5.3 - - uses: msys2/setup-msys2@fa138fa56e2558760b9f2205135313c7345c5f3f + - uses: msys2/setup-msys2@v2 with: msystem: MINGW64 update: true @@ -2502,7 +2502,7 @@ jobs: path: ~/.cargo key: ${{ github.job }}-cargo - uses: actions/checkout@v3.5.3 - - uses: msys2/setup-msys2@fa138fa56e2558760b9f2205135313c7345c5f3f + - uses: msys2/setup-msys2@v2 with: msystem: MINGW64 update: true