Skip to content

Commit 5f0f0ae

Browse files
Merge branch 'fix/github-action-json-file-properties'
2 parents 0ff1567 + d07af69 commit 5f0f0ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Read volta info
3030
id: volta
31-
uses: zoexx/github-action-json-file-properties@release
31+
uses: zoexx/github-action-json-file-properties@1.0.6
3232
with:
3333
file_path: 'gui/package.json'
3434
prop_path: 'volta'

.github/workflows/translations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Read volta info
2020
id: volta
21-
uses: zoexx/github-action-json-file-properties@release
21+
uses: zoexx/github-action-json-file-properties@1.0.6
2222
with:
2323
file_path: 'gui/package.json'
2424
prop_path: 'volta'

0 commit comments

Comments
 (0)