Skip to content

Commit 698f651

Browse files
committed
Updated version
1 parent e8d7a91 commit 698f651

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/foundry-storage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
version: nightly
2929

3030
- name: Check storage layout
31-
uses: Rubilmax/foundry-storage-check@v1.10
31+
uses: Rubilmax/foundry-storage-check@v2
3232
with:
3333
contract: contracts/Example.sol:Example

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version: nightly
5353

5454
- name: Check storage layout
55-
uses: Rubilmax/foundry-storage-check@v1.0
55+
uses: Rubilmax/foundry-storage-check@v2
5656
with:
5757
contract: src/Contract.sol:Contract
5858
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-storage-check",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Github Action checking the storage layout diff from Foundry storage layout reports",
55
"author": {
66
"name": "Romain (Rubilmax) Milon",

0 commit comments

Comments
 (0)