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 e5ac30d commit 8c5da65
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
bump-version:
# Only on default branch
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
new-tag: v${{ steps.bump_version.outputs.next-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:

jobs:
create-win-bundle:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
artifact-path: ${{ steps.output-artifact-path.outputs.artifact-path }}
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
cleanup-of-dev-release:
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
outputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
create-new-tag:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
version: ${{ inputs.tag }}

publish-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [bundle,create-new-tag]
name: Publish release
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
retention-days: 8

link-snapshot-build-in-pull-request:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: bundle
name: Link newly created snapshot build in pull request
permissions:
Expand Down

0 comments on commit 8c5da65

Please sign in to comment.