Skip to content

Commit

Permalink
chore: update soldeer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Oct 22, 2024
1 parent 5a56146 commit ea5c6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-storage-layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo "## Layout Changes for $(basename $file)" >>storage_delta_report.md
echo '```diff' >>storage_delta_report.md
cat $file >>storage_delta_report.md
echo '\n```' >>storage_delta_report.md
echo '```' >>storage_delta_report.md
done
# Check if .removed files exist, if yes, add header `Removed Storage Layouts` and append the contents of the file to storage_delta_report.md
if [ -f "storage_delta/.removed" ]; then
Expand Down
4 changes: 2 additions & 2 deletions soldeer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ integrity = "65ed08a525b96c6b4d8316f827fcd799ff831e1a3b4e56bc55fbf200d27c372d"
name = "storage-delta"
version = "0.3.2"
url = "https://github.com/TuDo1403/storage-delta/archive/refs/tags/0.3.2.zip"
checksum = "7264909de779efe7e2f43be4c234dbd0767e20b58f57a6f61bd60860be9393a0"
integrity = "3be4b4cb5782ae3dbdc612fa0859b47b542c9c726abd46f5c65058ef2cf300f7"
checksum = "de492d28d1f1367a7b984669758a708da8c25e3ef63d9d0150cfee07db72d1aa"
integrity = "70acc46d57376ee3ff000fe511d44174f5ae838786b8fc4b4d7f9e9b385baa5c"

0 comments on commit ea5c6a6

Please sign in to comment.