Skip to content

Commit 71bedfd

Browse files
committed
Also update the runner-env images.
1 parent ebffb52 commit 71bedfd

23 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/bug-debugger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Add Comment

.github/workflows/by-design-closer-debugger .yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer

.github/workflows/by-design-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer

.github/workflows/ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
job:
1414
uses: ./.github/workflows/job-compile-and-test.yml
1515
with:
16-
runner-env: ubuntu-22.04
17-
platform: linux
16+
runner-env: ubuntu-24.04
17+
platform: linux

.github/workflows/ci_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
job:
1414
uses: ./.github/workflows/job-compile-and-test.yml
1515
with:
16-
runner-env: macos-14
16+
runner-env: macos-15
1717
platform: mac
18-
yarn-args: --network-timeout 100000
18+
yarn-args: --network-timeout 100000

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
job:
1414
uses: ./.github/workflows/job-compile-and-test.yml
1515
with:
16-
runner-env: windows-2022
16+
runner-env: windows-2025
1717
platform: windows

.github/workflows/duplicate-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer

.github/workflows/enhancement-closer-no-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer

.github/workflows/enhancement-closer-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Stale Closer

.github/workflows/enhancement-reopener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout Actions
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
- name: Install Actions
2323
run: cd ./.github/actions && npm install --production && cd ../..
2424
- name: Run Reopener

0 commit comments

Comments
 (0)