Skip to content

Commit 382385d

Browse files
authored
Merge pull request #93 from systemli/update-github-runner
👷 Update GHA Runner to Ubuntu 24.04
2 parents 18211b3 + a2245f9 commit 382385d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-merge.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
auto-merge:
88
name: Merge Automatically
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
if: github.actor == 'dependabot[bot]'
1111
steps:
1212
- name: Checkout
@@ -15,4 +15,4 @@ jobs:
1515
- name: Prepare Auto Merge
1616
uses: ahmadnassri/action-dependabot-auto-merge@v2
1717
with:
18-
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
18+
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: Update Release
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Publish Release
1515
uses: release-drafter/release-drafter@v6

0 commit comments

Comments
 (0)