Skip to content

Commit

Permalink
Merge pull request #102 from losisin/bump-version
Browse files Browse the repository at this point in the history
bump action to helm-docs v1.13.0
  • Loading branch information
losisin authored Feb 26, 2024
2 parents 44915d6 + b27a9b5 commit 3b0a677
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __tests__/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ A Helm chart for Kubernetes
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
2 changes: 1 addition & 1 deletion __tests__/install.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jest.mock('@actions/tool-cache', () => ({
}))

const helmDocs = 'helm-docs'
const version = 'v1.12.0'
const version = 'v1.13.0'

describe('getHelmDocs tests', () => {
beforeEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('run function', () => {

await run()

expect(installHelmDocsMock).toHaveBeenCalledWith('v1.12.0')
expect(installHelmDocsMock).toHaveBeenCalledWith('v1.13.0')
expect(getInputMock).toHaveBeenCalledWith('values-file')
expect(getInputMock).toHaveBeenCalledWith('chart-search-root')
expect(getInputMock).toHaveBeenCalledWith('output-file')
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as core from '@actions/core'
import * as exec from '@actions/exec'
import { simpleGit } from 'simple-git'

const version = 'v1.12.0'
const version = 'v1.13.0'

/**
* The main function for the action.
Expand Down

0 comments on commit 3b0a677

Please sign in to comment.