Skip to content

Commit

Permalink
feat(github-action)!: Update ubuntu to 22.04 (#2107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent 45c41a5 commit 11e218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff-helm-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
changes:
name: Detect changes
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
files: "${{ steps.extract.outputs.files }}"

Expand All @@ -39,7 +39,7 @@ jobs:
helm:
name: Template HelmReleases
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ needs.changes.outputs.files != '[]' }}
needs:
- changes
Expand Down

0 comments on commit 11e218d

Please sign in to comment.