Skip to content

Commit c7716a2

Browse files
committed
Merge branch 'feature-VALIDATION-10_add-check-for-undefined-value-in-js-validation' into release-1.3.0
2 parents 6f1e0c0 + 1d9a01e commit c7716a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate release version number
3535
if: "env.PUBLISH == 'true'"
3636
id: versiongen
37-
uses: pixl8/github-action-twgit-release-version-generator@v2
37+
uses: pixl8/github-action-twgit-release-version-generator@v3
3838

3939
- name: Inject version into box json
4040
if: "env.PUBLISH == 'true'"
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Publish to forgebox
9797
if: "env.PUBLISH == 'true'"
98-
uses: pixl8/github-action-box-publish@v3
98+
uses: pixl8/github-action-box-publish@v5
9999
with:
100100
forgebox_user: ${{ secrets.FORGEBOX_USER }}
101101
forgebox_pass: ${{ secrets.FORGEBOX_PASS }}

0 commit comments

Comments
 (0)