Skip to content

Commit 2b53278

Browse files
authored
chore: bump SP1 from 6.2.0 to 6.2.1 (#178)
1 parent 9e805e0 commit 2b53278

8 files changed

Lines changed: 175 additions & 676 deletions

File tree

.github/workflows/cycle-tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: "Install SP1 toolchain"
3232
run: |
33-
sp1up -v v6.2.0
33+
sp1up -v v6.2.1
3434
3535
- name: "Set up test fixture"
3636
run: |

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: "Install SP1 toolchain"
7373
run: |
74-
sp1up -v v6.2.0
74+
sp1up -v v6.2.1
7575
7676
# This step is necessary to generate the ELF files.
7777
- name: "Build"
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: "Install SP1 toolchain"
106106
run: |
107-
sp1up -v v6.2.0
107+
sp1up -v v6.2.1
108108
109109
- name: "Set up test fixture"
110110
run: |

0 commit comments

Comments
 (0)