Skip to content

Commit 073fd2a

Browse files
committed
chore(deps): update github-actions
1 parent d04f6a0 commit 073fd2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,11 @@ jobs:
279279
env:
280280
WXWIDGETS_VERSION: 3.2.6
281281
name: Build Erlang/OTP (Windows)
282-
runs-on: windows-2022
282+
runs-on: windows-2025
283283
needs: pack
284284
if: needs.pack.outputs.build-c-code == 'true'
285285
steps:
286-
- uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1
286+
- uses: Vampire/setup-wsl@6a8db447be7ed35f2f499c02c6e60ff77ef11278 # v6.0.0
287287
with:
288288
distribution: Ubuntu-18.04
289289

.github/workflows/upload-windows-zip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636

3737
jobs:
3838
upload-windows-zip:
39-
runs-on: windows-2022
39+
runs-on: windows-2025
4040
## Needed to upload assets to releases
4141
permissions:
4242
contents: write

0 commit comments

Comments
 (0)