Skip to content

Commit

Permalink
Merge pull request #17 from vendelieu/renovate/ubuntu-24.x
Browse files Browse the repository at this point in the history
Update dependency ubuntu to v24
  • Loading branch information
vendelieu authored Nov 28, 2024
2 parents 7e3762c + 1c1ce90 commit b2505cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
gradle-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: git clone
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
version:
name: Get version number from tag
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.vars.outputs.version }}
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
publish:
needs: version
name: Publish artifact to Gradle Plugins portal
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: git clone
uses: actions/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
readme:
needs: [ version, publish ]
name: Replace version in README.md
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
Expand Down

0 comments on commit b2505cb

Please sign in to comment.