diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-20 10:25:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-20 10:25:20 +0000 |
| commit | d9922f31a0968b8d8eef595071ebae939c853d90 (patch) | |
| tree | 6cc18937e442943ae6ff19a16507cf19c97c338a /.github | |
| parent | ee50a4f4801da04db0d551b3abc6ee96849aa48e (diff) | |
| download | portable-d9922f31a0968b8d8eef595071ebae939c853d90.tar.gz portable-d9922f31a0968b8d8eef595071ebae939c853d90.tar.bz2 portable-d9922f31a0968b8d8eef595071ebae939c853d90.zip | |
ci: update msys2/setup-msys2 action to v2.31.0
Diffstat (limited to '.github')
| -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 0de7b4f..3bf6fc9 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@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 | 31 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.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 a20bf7d..3b37876 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -46,7 +46,7 @@ jobs: | |||
| 46 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 46 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 47 | 47 | ||
| 48 | - name: "Setup MSYS2" | 48 | - name: "Setup MSYS2" |
| 49 | uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 | 49 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 |
| 50 | with: | 50 | with: |
| 51 | update: true | 51 | update: true |
| 52 | install: >- | 52 | install: >- |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3880a7b..b1211b0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -35,7 +35,7 @@ jobs: | |||
| 35 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | 35 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 36 | 36 | ||
| 37 | - name: "Setup MSYS2" | 37 | - name: "Setup MSYS2" |
| 38 | uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 | 38 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 |
| 39 | with: | 39 | with: |
| 40 | update: true | 40 | update: true |
| 41 | install: >- | 41 | install: >- |
