Skip to content

Commit

Permalink
Merge pull request #2 from jetstack/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-6cfe54cf4e

Bump the github-actions group with 3 updates
  • Loading branch information
davidcollom authored Aug 22, 2024
2 parents 60ed7ff + b9751b8 commit d45d468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- if: ${{inputs.publish}}
name: checkout jetstack-charts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
repository: jetstack/jetstack-charts
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Creating PR
if: ${{inputs.publish}}
uses: peter-evans/create-pull-request@v6.0.5
uses: peter-evans/create-pull-request@v6.1.0
with:
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
title: "Release ${{inputs.chart-name}} ${{github.ref_name }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create Release / Change Logs
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: false
prerelease: false
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- run: helm template test ./

- name: checkout jetstack-charts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.JETSTACK_CHARTS_PAT }}
repository: jetstack/jetstack-charts
Expand Down

0 comments on commit d45d468

Please sign in to comment.