Skip to content

Commit

Permalink
bump plugin version
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <[email protected]>
  • Loading branch information
actions-user committed Oct 30, 2024
1 parent cb2ef27 commit 3d6e04d
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 609 deletions.
4 changes: 2 additions & 2 deletions __tests__/install.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('getPlugin tests', () => {
jest.clearAllMocks()

pluginRepository = 'helm-values-schema-json'
version = 'v1.5.3'
version = 'v1.6.1'
})

it('should return the correct url for Windows_NT and arm64 arch', () => {
Expand Down Expand Up @@ -95,7 +95,7 @@ describe('installPlugin', () => {
jest.clearAllMocks()

pluginName = 'schema'
version = 'v1.5.3'
version = 'v1.6.1'
})

it('installs schema plugin if it is not already cached', async () => {
Expand Down
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('run function', () => {

await run()

expect(installPluginMock).toHaveBeenCalledWith('v1.5.3')
expect(installPluginMock).toHaveBeenCalledWith('v1.6.1')
expect(getInputMock).toHaveBeenCalledWith('input')
expect(getInputMock).toHaveBeenCalledWith('draft')
expect(getInputMock).toHaveBeenCalledWith('output')
Expand Down
4 changes: 2 additions & 2 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 3d6e04d

Please sign in to comment.