Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 541b5fe commit dd8b69b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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@v6
id: changelog
continue-on-error: true
with:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit dd8b69b

Please sign in to comment.