Skip to content

Commit c264027

Browse files
Merge pull request #191 from Leonidas-from-XIV/update-action-runners
Update image on which the actions are running
2 parents b743dd0 + 8972819 commit c264027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88
jobs:
99
Changelog-Entry-Check:
1010
name: Check Changelog Action
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- uses: tarides/changelog-check-action@v1

.github/workflows/pr-number.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR number update
22
on: [pull_request_target]
33
jobs:
44
PR-Number-Update:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: Update PR number
88
uses: tarides/[email protected]

0 commit comments

Comments
 (0)