Skip to content

Commit fd45fa0

Browse files
committed
update action script
1 parent 981d100 commit fd45fa0

File tree

5 files changed

+78
-5
lines changed

5 files changed

+78
-5
lines changed

.github/actions/update-lockfiles/action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ runs:
1414
set -euo pipefail
1515
git config --global user.name 'dependabot[bot]'
1616
git config --global user.email '[email protected]'
17-
18-
echo '*****STARTING LOCKFILE SYNC*****'
19-
git branch --show-current
17+
18+
echo "cuurrent branch: $(git branch --show-current)"
2019
git add -A
2120
git status
2221
git commit -m 'Update lock files' || echo 'No changes to commit'
23-
BRANCH_NAME="${{ github.head_ref || github.ref_name }}"
24-
echo "The branch name is $BRANCH_NAME"
2522
git push

Subgraphs/Authors/Demo.Authors.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
2222

23+
<PackageReference Include="ZiggyCreatures.FusionCache" />
24+
<PackageReference Include="ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis" />
2325
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
2426
<!-- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" >
2527
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Subgraphs/Authors/packages.lock.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,25 @@
9696
"System.Text.Json": "9.0.9"
9797
}
9898
},
99+
"ZiggyCreatures.FusionCache": {
100+
"type": "Direct",
101+
"requested": "[2.3.0, )",
102+
"resolved": "2.3.0",
103+
"contentHash": "DPoecuP3ZqjQvDicww49OqkLUjIASWBF0no4Zwg3uj3ylhN/HhdN0rz7/u49TBm3+5mstnQSxbKB/3NHBosdKA==",
104+
"dependencies": {
105+
"Microsoft.Extensions.Caching.Memory": "9.0.0"
106+
}
107+
},
108+
"ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis": {
109+
"type": "Direct",
110+
"requested": "[2.3.0, )",
111+
"resolved": "2.3.0",
112+
"contentHash": "aSo/8893+UZtEgOtW0lrVoj+VYvzZFYY4DYWWEIIeoEdaRXDPk6R1Medxurg3MTdPuBCKq/0pMF/NBjot8JIIw==",
113+
"dependencies": {
114+
"StackExchange.Redis": "2.8.31",
115+
"ZiggyCreatures.FusionCache": "2.3.0"
116+
}
117+
},
99118
"ChilliCream.Nitro.App": {
100119
"type": "Transitive",
101120
"resolved": "28.0.7",
@@ -1077,6 +1096,14 @@
10771096
"Npgsql": "9.0.2"
10781097
}
10791098
},
1099+
"Pipelines.Sockets.Unofficial": {
1100+
"type": "Transitive",
1101+
"resolved": "2.2.8",
1102+
"contentHash": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
1103+
"dependencies": {
1104+
"System.IO.Pipelines": "5.0.1"
1105+
}
1106+
},
10801107
"Polly.Core": {
10811108
"type": "Transitive",
10821109
"resolved": "8.5.2",
@@ -1129,6 +1156,15 @@
11291156
"SQLitePCLRaw.core": "2.1.10"
11301157
}
11311158
},
1159+
"StackExchange.Redis": {
1160+
"type": "Transitive",
1161+
"resolved": "2.8.31",
1162+
"contentHash": "RCHVQa9Zke8k0oBgJn1Yl6BuYy8i6kv+sdMObiH60nOwD6QvWAjxdDwOm+LO78E8WsGiPqgOuItkz98fPS6haQ==",
1163+
"dependencies": {
1164+
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
1165+
"Pipelines.Sockets.Unofficial": "2.2.8"
1166+
}
1167+
},
11321168
"System.Buffers": {
11331169
"type": "Transitive",
11341170
"resolved": "4.5.1",

Subgraphs/Books/Demo.Books.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
</PackageReference>
2222

23+
<PackageReference Include="ZiggyCreatures.FusionCache" />
24+
<PackageReference Include="ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis" />
2325
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
2426
<!-- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
2527
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Subgraphs/Books/packages.lock.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,25 @@
9696
"System.Text.Json": "9.0.9"
9797
}
9898
},
99+
"ZiggyCreatures.FusionCache": {
100+
"type": "Direct",
101+
"requested": "[2.3.0, )",
102+
"resolved": "2.3.0",
103+
"contentHash": "DPoecuP3ZqjQvDicww49OqkLUjIASWBF0no4Zwg3uj3ylhN/HhdN0rz7/u49TBm3+5mstnQSxbKB/3NHBosdKA==",
104+
"dependencies": {
105+
"Microsoft.Extensions.Caching.Memory": "9.0.0"
106+
}
107+
},
108+
"ZiggyCreatures.FusionCache.Backplane.StackExchangeRedis": {
109+
"type": "Direct",
110+
"requested": "[2.3.0, )",
111+
"resolved": "2.3.0",
112+
"contentHash": "aSo/8893+UZtEgOtW0lrVoj+VYvzZFYY4DYWWEIIeoEdaRXDPk6R1Medxurg3MTdPuBCKq/0pMF/NBjot8JIIw==",
113+
"dependencies": {
114+
"StackExchange.Redis": "2.8.31",
115+
"ZiggyCreatures.FusionCache": "2.3.0"
116+
}
117+
},
99118
"ChilliCream.Nitro.App": {
100119
"type": "Transitive",
101120
"resolved": "28.0.7",
@@ -1077,6 +1096,14 @@
10771096
"Npgsql": "9.0.2"
10781097
}
10791098
},
1099+
"Pipelines.Sockets.Unofficial": {
1100+
"type": "Transitive",
1101+
"resolved": "2.2.8",
1102+
"contentHash": "zG2FApP5zxSx6OcdJQLbZDk2AVlN2BNQD6MorwIfV6gVj0RRxWPEp2LXAxqDGZqeNV1Zp0BNPcNaey/GXmTdvQ==",
1103+
"dependencies": {
1104+
"System.IO.Pipelines": "5.0.1"
1105+
}
1106+
},
10801107
"Polly.Core": {
10811108
"type": "Transitive",
10821109
"resolved": "8.5.2",
@@ -1129,6 +1156,15 @@
11291156
"SQLitePCLRaw.core": "2.1.10"
11301157
}
11311158
},
1159+
"StackExchange.Redis": {
1160+
"type": "Transitive",
1161+
"resolved": "2.8.31",
1162+
"contentHash": "RCHVQa9Zke8k0oBgJn1Yl6BuYy8i6kv+sdMObiH60nOwD6QvWAjxdDwOm+LO78E8WsGiPqgOuItkz98fPS6haQ==",
1163+
"dependencies": {
1164+
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
1165+
"Pipelines.Sockets.Unofficial": "2.2.8"
1166+
}
1167+
},
11321168
"System.Buffers": {
11331169
"type": "Transitive",
11341170
"resolved": "4.5.1",

0 commit comments

Comments
 (0)