Skip to content

Commit 8fd2924

Browse files
authored
Merge pull request #82 from crytic/dev-version
Update action version on README
2 parents c387a9e + 0328f2f commit 8fd2924

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: crytic/[email protected].1
27+
- uses: crytic/[email protected].2
2828
```
2929
3030
### Options
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@v4
140140
141141
- name: Run Slither
142-
uses: crytic/[email protected].1
142+
uses: crytic/[email protected].2
143143
id: slither
144144
with:
145145
sarif: results.sarif
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
steps:
176176
- uses: actions/checkout@v4
177-
- uses: crytic/[email protected].1
177+
- uses: crytic/[email protected].2
178178
with:
179179
target: 'src/'
180180
```
@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@v4
212212
213213
- name: Run Slither
214-
uses: crytic/[email protected].1
214+
uses: crytic/[email protected].2
215215
id: slither
216216
with:
217217
node-version: 16
@@ -256,7 +256,7 @@ jobs:
256256
uses: actions/checkout@v4
257257
258258
- name: Run Slither
259-
uses: crytic/[email protected].1
259+
uses: crytic/[email protected].2
260260
id: slither
261261
with:
262262
sarif: results.sarif
@@ -323,7 +323,7 @@ jobs:
323323
run: nix-shell --run 'make build'
324324
325325
- name: Run Slither
326-
uses: crytic/[email protected].1
326+
uses: crytic/[email protected].2
327327
with:
328328
ignore-compile: true
329329
```
@@ -351,7 +351,7 @@ jobs:
351351
uses: actions/checkout@v4
352352
353353
- name: Run Slither
354-
uses: crytic/[email protected].1
354+
uses: crytic/[email protected].2
355355
id: slither
356356
with:
357357
node-version: 16

0 commit comments

Comments
 (0)