File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 57
57
java-version : ${{ matrix.java-version }}
58
58
59
59
- name : Setup Dafny
60
- uses : dafny-lang/setup-dafny-action@v1.6.1
60
+ uses : dafny-lang/setup-dafny-action@v1.7.0
61
61
with :
62
62
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
63
63
dafny-version : ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}
Original file line number Diff line number Diff line change 53
53
submodules : recursive
54
54
55
55
- name : Setup Dafny
56
- uses : dafny-lang/setup-dafny-action@v1.6.1
56
+ uses : dafny-lang/setup-dafny-action@v1.7.0
57
57
with :
58
58
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
59
59
dafny-version : ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}
Original file line number Diff line number Diff line change 60
60
dotnet-version : ${{ matrix.dotnet-version }}
61
61
62
62
- name : Setup Dafny
63
- uses : dafny-lang/setup-dafny-action@v1.6.1
63
+ uses : dafny-lang/setup-dafny-action@v1.7.0
64
64
with :
65
65
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
66
66
dafny-version : ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}
Original file line number Diff line number Diff line change 39
39
submodules : recursive
40
40
41
41
- name : Setup Dafny
42
- uses : dafny-lang/setup-dafny-action@v1.6.1
42
+ uses : dafny-lang/setup-dafny-action@v1.7.0
43
43
with :
44
44
dafny-version : ' 4.2.0'
45
45
Original file line number Diff line number Diff line change 47
47
submodules : recursive
48
48
49
49
- name : Setup Dafny
50
- uses : dafny-lang/setup-dafny-action@v1.6.1
50
+ uses : dafny-lang/setup-dafny-action@v1.7.0
51
51
with :
52
52
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
53
53
dafny-version : ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}
You can’t perform that action at this time.
0 commit comments