Skip to content

Commit f85884c

Browse files
bump workflow v from 0.35 to 0.36
1 parent 89c49b2 commit f85884c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
toolchain: [nightly, 0.35.0]
19+
toolchain: [nightly, 0.36.0]
2020
steps:
2121
- name: Checkout sources
2222
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Nargo
4040
uses: noir-lang/[email protected]
4141
with:
42-
toolchain: 0.35.0
42+
toolchain: 0.36.0
4343

4444
- name: Run formatter
4545
working-directory: ./lib

0 commit comments

Comments
 (0)