Skip to content

Commit f97473f

Browse files
committed
chore(deps): update github-actions
1 parent 6c484e9 commit f97473f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,11 @@ jobs:
285285
env:
286286
WXWIDGETS_VERSION: 3.2.6
287287
name: Build Erlang/OTP (Windows)
288-
runs-on: windows-2022
288+
runs-on: windows-2025
289289
needs: pack
290290
if: needs.pack.outputs.c-code-changes
291291
steps:
292-
- uses: Vampire/setup-wsl@3b46b44374d5d0ae94654c45d114a3ed7a0e07a8 # ratchet:Vampire/setup-wsl@v5.0.1
292+
- uses: Vampire/setup-wsl@0a3385cd5e1845b1d2a1b1b1246d6d59e1503d39 # v6.0.0
293293
with:
294294
distribution: Ubuntu-18.04
295295

.github/workflows/pr-comment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ permissions:
3535

3636
jobs:
3737
pr-number:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
if: github.repository == 'erlang/otp'
4040
permissions:
4141
issues: read
@@ -71,7 +71,7 @@ jobs:
7171
pr_number: ${{ needs.pr-number.outputs.result }} });
7272
7373
finished-tests:
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-24.04
7575
needs: pr-number
7676
## Limit concurrency so that only one job deploys to erlang.github.io
7777
concurrency: erlang.github.io-deploy

.github/workflows/sync-github-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sync-prs:
3434
if: github.repository == 'erlang/otp'
3535
concurrency: erlang.github.io-deploy
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
3939
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]

0 commit comments

Comments
 (0)