diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-06-20 03:39:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-20 03:39:07 +0000 |
| commit | 19bb52a9885aaae3240689c842bf691653acccc0 (patch) | |
| tree | f018ba5d8756ac1c55a2ffbe51b0e751f0134fa4 | |
| parent | f26e53bae3b409ca3f94d74d8adc382d6b8d0178 (diff) | |
| download | portable-19bb52a9885aaae3240689c842bf691653acccc0.tar.gz portable-19bb52a9885aaae3240689c842bf691653acccc0.tar.bz2 portable-19bb52a9885aaae3240689c842bf691653acccc0.zip | |
ci: update msys2/setup-msys2 action to v2.32.0
| -rw-r--r-- | .github/workflows/cmake-config.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml index 57125bc..5d3516a 100644 --- a/.github/workflows/cmake-config.yml +++ b/.github/workflows/cmake-config.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | ||
| 29 | - name: "Setup Windows dependencies" | 29 | - name: "Setup Windows dependencies" |
| 30 | if: runner.os == 'Windows' | 30 | if: runner.os == 'Windows' |
| 31 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 | 31 | uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 |
| 32 | with: | 32 | with: |
| 33 | update: true | 33 | update: true |
| 34 | install: >- | 34 | install: >- |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4278b7..8ab9c81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -57,7 +57,7 @@ jobs: | |||
| 57 | persist-credentials: false | 57 | persist-credentials: false |
| 58 | 58 | ||
| 59 | - name: "Setup MSYS2" | 59 | - name: "Setup MSYS2" |
| 60 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 | 60 | uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 |
| 61 | with: | 61 | with: |
| 62 | update: true | 62 | update: true |
| 63 | install: >- | 63 | install: >- |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5b16c1c..ce8ccc6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 | 29 | uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
| 30 | 30 | ||
| 31 | - name: "Setup MSYS2" | 31 | - name: "Setup MSYS2" |
| 32 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 | 32 | uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 |
| 33 | with: | 33 | with: |
| 34 | update: true | 34 | update: true |
| 35 | install: >- | 35 | install: >- |
