Skip to content

Commit 0f718fb

Browse files
committed
Merge branch 'ITEP-67193' of https://github.com/open-edge-platform/orch-ui into ITEP-67193
2 parents 84cdb85 + 69751e0 commit 0f718fb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Cache npm dependencies
25-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
25+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2626
with:
2727
node-version: 18.17.1
2828
cache: "npm"

apps/infra/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.8
1+
3.2.9-dev

apps/infra/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ apiVersion: v2
44
name: orch-ui-infra
55
description: Deploy the Edge-Native Software Platform Infrastructure pod
66
type: application
7-
version: 3.2.8
7+
version: 3.2.9-dev
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

10-
appVersion: "3.2.8"
10+
appVersion: "3.2.9-dev"
1111
dependencies: []
1212
annotations: {}

0 commit comments

Comments
 (0)