Skip to content

Commit 3efc440

Browse files
committed
use v5 in tests
1 parent ad1d747 commit 3efc440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010

1111
- name: execute
12-
uses: ton-studio/read-helm-values@v4
12+
uses: ton-studio/read-helm-values@v5
1313
id: execute
1414
with:
1515
working-directory: ./tests/basic/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Basically, evaluated expressions are written to `$GITHUB_OUTPUT`
2424
See [test.yml](.github/workflows/test.yml)
2525

2626
```yaml
27-
- uses: ton-studio/read-helm-values@v4
27+
- uses: ton-studio/read-helm-values@v5
2828
id: execute
2929
with:
3030
working-directory: ./tests/basic/

0 commit comments

Comments
 (0)