Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent e853452 commit 3d18c21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Configure MongoDB (Ubuntu)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

build:

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: Configure MongoDB (Ubuntu)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pr-labeler:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update_release_draft:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down

0 comments on commit 3d18c21

Please sign in to comment.