From fa3b696a613c2e147d4d441c69344e7d5a4ee31f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:39:07 +0000 Subject: [PATCH] chore(deps): update github actions all dependencies --- .github/workflows/chart-release.yaml | 8 ++++---- .github/workflows/pr.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index ac62dc2..d9eb33b 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -11,10 +11,10 @@ concurrency: jobs: helm-release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Configure Git @@ -28,7 +28,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v3 + uses: TriPSs/conventional-changelog-action@v4 id: changelog continue-on-error: true with: @@ -40,7 +40,7 @@ jobs: git-push: 'false' - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: ${{ steps.changelog.outputs.tag != '' }} continue-on-error: true env: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index da0d352..5add080 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ on: jobs: validate-changes: if: '!github.event.pull_request.head.repo.fork' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: repo_name: [quickstart-openshift, pubcode, onroutebc]