From: Jason Ish Date: Mon, 12 Jun 2023 21:11:46 +0000 (-0600) Subject: github-ci: update action: setup-msys2 X-Git-Tag: suricata-7.0.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83afccd93247f78ca16229474ed6b8d644638b8b;p=thirdparty%2Fsuricata.git github-ci: update action: setup-msys2 Use @v2, hopefully the dependency bot will keep it up to date now. --- 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