Skip to content

Commit

Permalink
chore(actions): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 8da67f3 commit 9cf985d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
prepare:
name: Get Current version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand All @@ -47,7 +47,7 @@ jobs:
publish-docs:
name: Publish Docs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs:
- prepare
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
prepare:
name: Calculate Version
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
new_release: ${{ steps.semantic.outputs.new_release_published }}
Expand All @@ -30,7 +30,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Create Pre-Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs: prepare

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
package:
name: Build and Package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

upload-assets:
name: Upload Assets to Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs: package

Expand All @@ -59,7 +59,7 @@ jobs:

publish-pypi:
name: Publish packages to PyPi
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs: package

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
validate:
name: Validate
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

validate-docs:
name: Validate Docs
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9cf985d

Please sign in to comment.