Skip to content

Commit 2e8829c

Browse files
committed
Update NuGet lockfile and workflow (disable manual run).
1 parent a917cda commit 2e8829c

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/lockfiles.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Update NuGet Lock Files
33
on:
44
pull_request:
55
branches: [ master ]
6-
workflow_dispatch:
76

87
permissions:
98
contents: write

DateTimeOnly.Json/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
},
2424
"System.Text.Json": {
2525
"type": "Direct",
26-
"requested": "[8.0.3, )",
27-
"resolved": "8.0.3",
28-
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
26+
"requested": "[8.0.4, )",
27+
"resolved": "8.0.4",
28+
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
2929
"dependencies": {
3030
"Microsoft.Bcl.AsyncInterfaces": "8.0.0",
3131
"System.Buffers": "4.5.1",
@@ -121,9 +121,9 @@
121121
},
122122
"System.Text.Json": {
123123
"type": "Direct",
124-
"requested": "[8.0.3, )",
125-
"resolved": "8.0.3",
126-
"contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
124+
"requested": "[8.0.4, )",
125+
"resolved": "8.0.4",
126+
"contentHash": "bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
127127
"dependencies": {
128128
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
129129
"System.Text.Encodings.Web": "8.0.0"

0 commit comments

Comments
 (0)