Skip to content

Commit

Permalink
update all actions to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
waldner committed Mar 30, 2024
1 parent 0239d7d commit 24f7954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
cmd: yq -r .version "$CHART_DIR/Chart.yaml"

- name: bump chart version
uses: actions-ecosystem/action-bump-semver@v1
#uses: actions-ecosystem/action-bump-semver@v1
uses: fiddlermikey/action-bump-semver@master
id: bump-chart-semver
with:
current_version: ${{ steps.chart-get-semver.outputs.result }}
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ func loadConfig(cfgJSON *extapi.JSON) (heProviderConfig, error) {

func (c *heProviderSolver) initConfig(ch *v1alpha1.ChallengeRequest) (*utils.HeClient, error) {

// stupid comment to trigger the github actions workflow

cfg, err := loadConfig(ch.Config)
if err != nil {
return nil, err
Expand Down

0 comments on commit 24f7954

Please sign in to comment.