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 Dec 9, 2024
1 parent 666bfb3 commit ecbffa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
outputs:
branch_name: ${{ steps.gen_branch_name.outputs.BRANCH_NAME }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

dependabot-auto-merge:
needs: [build]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: github.actor == 'dependabot[bot]'
permissions:
pull-requests: write
Expand All @@ -97,7 +97,7 @@ jobs:

publish-release:
needs: [build]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit ecbffa8

Please sign in to comment.