ci(github-action)!: Update ubuntu ( 22.04 → 24.04 ) (#410)

This commit is contained in:
lab-assistant[bot] 2025-05-02 17:48:50 +02:00 committed by GitHub
parent e669662d07
commit 29582f4ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ jobs:
(inputs.charts != '[]' && inputs.charts != '') &&
github.event_name == 'pull_request'
}}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout pull request branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@ -100,7 +100,7 @@ jobs:
fail-fast: false
needs:
- validate_success
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2