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 c96f511 commit ad5f675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
check-skippable:
continue-on-error: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
outputs:
skippable: ${{ steps.check.outputs.should_skip }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: needs.check-skippable.outputs.skippable != 'true'
timeout-minutes: 10

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Collect Workflow Telemetry
uses: catchpoint/workflow-telemetry-action@94c3c3d9567a0205de6da68a76c428ce4e769af1 # v2.0.0
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
# Runs even when the previous job was in error
if: ${{ always() }}
continue-on-error: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
actions: read
timeout-minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions src/files/.github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
check-skippable:
continue-on-error: true
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# Minimum permissions required by skip-duplicate-actions
permissions:
actions: write
Expand All @@ -25,7 +25,7 @@ jobs:
needs: check-skippable
if: needs.check-skippable.outputs.skippable != 'true'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout the source
Expand Down

0 comments on commit ad5f675

Please sign in to comment.