Skip to content

Commit

Permalink
Merge pull request #117 from losisin/bump-version
Browse files Browse the repository at this point in the history
bump to version 1.13.1
  • Loading branch information
losisin authored Mar 15, 2024
2 parents f035662 + e063a8a commit d554afd
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 140 deletions.
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.13.0'
const version = 'v1.13.1'

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.13.0')
expect(installHelmDocsMock).toHaveBeenCalledWith('v1.13.1')
expect(getInputMock).toHaveBeenCalledWith('values-file')
expect(getInputMock).toHaveBeenCalledWith('chart-search-root')
expect(getInputMock).toHaveBeenCalledWith('output-file')
Expand Down
28 changes: 15 additions & 13 deletions dist/index.js

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

Loading

0 comments on commit d554afd

Please sign in to comment.