Skip to content

Commit dc791fd

Browse files
kendo-botDimitar-Goshev
kendo-bot
authored andcommitted
chore: update workflow script and GH action
1 parent ac8db95 commit dc791fd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/check-repos-updates.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ done
4141
for file in `find . -type f -name "*.csproj"`
4242
do
4343
sed -i "s/$CURRENT_GLOBAL_VERSION/$LATEST_RELEASE/g" $file
44-
sed -i "s/$CURRENT_GLOBAL_THEMES_VERSION/$LATEST_THEMES_RELEASE/g" $file
44+
done
45+
for file in `find . -type f -name "packages.config"`
46+
do
47+
sed -i "s/$CURRENT_GLOBAL_VERSION/$LATEST_RELEASE/g" $file
4548
done
4649

4750
echo "Stage2 Commit the change"
48-
reviewers="Dimitar-Goshev,MilenaCh,mparvanov"
51+
reviewers="Dimitar-Goshev"
4952
echo $reviewers
5053
BRANCH_NAME="update-dependencies"
5154
PRs=$(gh pr list | grep "$BRANCH_NAME" || true)

.github/workflows/check-repos-updates.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Check for updates across repos and create pull request
22

3-
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: '0 1 * * 4'
3+
on: workflow_dispatch
74
jobs:
85
check-repos-updates:
96
runs-on: ubuntu-latest

KendoUIBootstrapIntegration/KendoUIBootstrapIntegration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Reference Include="Antlr3.Runtime">
4545
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
4646
</Reference>
47-
<Reference Include="Kendo.Mvc, Version=2023.1.425.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
47+
<Reference Include="Kendo.Mvc, Version=2023.1.314.545, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL">
4848
<HintPath>..\packages\Telerik.UI.for.AspNet.Mvc5.Trial.2023.1.425\lib\net45\Kendo.Mvc.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Microsoft.CSharp" />

KendoUIBootstrapIntegration/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net45" />
4545
<package id="Telerik.FontIcons" version="1.0.2" targetFramework="net45" />
4646
<package id="Telerik.SvgIcons" version="1.0.2" targetFramework="net45" />
47-
<package id="Telerik.UI.for.AspNet.Mvc5.Trial" version="2023.1.425" targetFramework="net45" />
47+
<package id="Telerik.UI.for.AspNet.Mvc5.Trial" version="2023.1.314" targetFramework="net45" />
4848
<package id="WebGrease" version="1.5.2" targetFramework="net45" />
4949
</packages>

0 commit comments

Comments
 (0)