My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4550 from facebook/dependabot/github_actions/msys2/setup-msys2-2.30.0

Bump msys2/setup-msys2 from 2.29.0 to 2.30.0

authored by

Yann Collet and committed by
GitHub
11ea912f 4752c29b

+3 -3
+1 -1
vendor/git/zstd-c/.github/workflows/dev-long-tests.yml
··· 274 274 shell: msys2 {0} 275 275 steps: 276 276 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 277 - - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0 277 + - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0 278 278 with: 279 279 msystem: MINGW64 280 280 install: make
+1 -1
vendor/git/zstd-c/.github/workflows/dev-short-tests.yml
··· 487 487 shell: msys2 {0} 488 488 steps: 489 489 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 490 - - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0 490 + - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0 491 491 with: 492 492 msystem: ${{ matrix.msystem }} 493 493 install: make diffutils
+1 -1
vendor/git/zstd-c/.github/workflows/windows-artifacts.yml
··· 31 31 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1 32 32 33 33 # MSYS2 setup 34 - - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0 34 + - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0 35 35 if: matrix.shell == 'msys2' 36 36 with: 37 37 msystem: ${{ matrix.msystem }}