Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ubuntu to v24 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/zz_generated.create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
debug_info:
name: Debug info
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print github context JSON
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
EOF
gather_facts:
name: Gather facts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
project_go_path: ${{ steps.get_project_go_path.outputs.path }}
ref_version: ${{ steps.ref_version.outputs.refversion }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
echo "refversion=${refversion}" >> $GITHUB_OUTPUT
update_project_go:
name: Update project.go
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ needs.gather_facts.outputs.version != '' && needs.gather_facts.outputs.project_go_path != '' && needs.gather_facts.outputs.ref_version != 'true' }}
needs:
- gather_facts
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
gh pr merge --auto --squash "${{ env.branch }}" || echo "::warning::Auto-merge not allowed. Please adjust the repository settings."
create_release:
name: Create release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- gather_facts
if: ${{ needs.gather_facts.outputs.version }}
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

create-release-branch:
name: Create release branch
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- gather_facts
if: ${{ needs.gather_facts.outputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zz_generated.create_release_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
debug_info:
name: Debug info
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print github context JSON
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
EOF
gather_facts:
name: Gather facts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
repo_name: ${{ steps.gather_facts.outputs.repo_name }}
branch: ${{ steps.gather_facts.outputs.branch }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
fi
create_release_pr:
name: Create release PR
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- gather_facts
if: ${{ needs.gather_facts.outputs.skip != 'true' }}
Expand Down