Skip to content

Commit f62ab94

Browse files
committed
increase SCIP version in other GH actions
1 parent 3bb9db3 commit f62ab94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Integration test
22

33
env:
4-
version: 8.0.0
4+
version: 8.0.3
55

66
# runs on branches and pull requests; doesn't run on tags.
77
on:

.github/workflows/test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TestPyPI release
22

33
env:
4-
version: 8.0.0
4+
version: 8.0.3
55

66

77
# runs only when a release is published, not on drafts

0 commit comments

Comments
 (0)