Skip to content

Commit

Permalink
Merge pull request #135 from upbound/renovate/major-github-actions-de…
Browse files Browse the repository at this point in the history
…pendencies

chore(deps): update dependency ubuntu to v24
  • Loading branch information
kaessert authored Dec 2, 2024
2 parents 4d6e87c + 06f2652 commit 6d6dbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
detect-noop:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
noop: ${{ steps.noop.outputs.should_skip }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
do_not_skip: '["workflow_dispatch", "schedule", "push"]'

publish-artifacts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit 6d6dbf8

Please sign in to comment.