3 workflows use ubuntu-24.04 (#3942)
This commit is contained in:
2
.github/workflows/issue-commenter.yml
vendored
2
.github/workflows/issue-commenter.yml
vendored
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment-on-new-issue:
|
comment-on-new-issue:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
name: Comments for every NEW issue.
|
name: Comments for every NEW issue.
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
2
.github/workflows/pr-commenter.yml
vendored
2
.github/workflows/pr-commenter.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-comment:
|
pr-comment:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
|
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
|
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user