Skip to content

Commit

Permalink
Merge pull request #1838 from ConnorJC3/fixcici
Browse files Browse the repository at this point in the history
Update GitHub actions versions
  • Loading branch information
k8s-ci-robot authored Nov 13, 2023
2 parents b105f81 + 7b615f3 commit 97688f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/output-code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
}
- name: 'Determine source PR'
uses: potiuk/get-workflow-origin@08219db9dbbbec802d571eaf0e14ece0bc005f72
uses: potiuk/get-workflow-origin@e2dae063368361e4cd1f510e8785cd73bca9352e
id: source-run-info
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 97688f8

Please sign in to comment.