Skip to content

Commit

Permalink
#ESW-576: Manish : Updates before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish3323 committed Feb 9, 2022
1 parent 8c14f9f commit 91cc37a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branchLinkCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: branch-0.3.x
- uses: laughedelic/coursier-setup@v1
- uses: coursier/setup-action@v1.2.0-M2
with:
jvm: 11
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
- uses: coursier/setup-action@v1.2.0-M2
with:
jvm: 11
apps: sbt sbtn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/masterLinkCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
- uses: coursier/setup-action@v1.2.0-M2
with:
jvm: 11
- uses: coursier/cache-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ESW_OCS_ENG_UI_VERSION: "0.2.0"
steps:
- uses: actions/checkout@v2
- uses: laughedelic/coursier-setup@v1
- uses: coursier/setup-action@v1.2.0-M2
with:
jvm: 11
apps: sbt sbtn
Expand Down

0 comments on commit 91cc37a

Please sign in to comment.