Skip to content

Commit 970da78

Browse files
authored
update actions/checkout from v3 to v4 (#199)
Update release.yml
1 parent 3f39da9 commit 970da78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
package: [halo2curves]
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal

0 commit comments

Comments
 (0)