Skip to content

Commit c1740f3

Browse files
chore(deps): bump dafny-lang/setup-dafny-action in /.github/workflows (#548)
Bumps [dafny-lang/setup-dafny-action](https://github.com/dafny-lang/setup-dafny-action) from 1.6.1 to 1.7.0.
1 parent e74aa97 commit c1740f3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
java-version: ${{ matrix.java-version }}
5858

5959
- name: Setup Dafny
60-
uses: dafny-lang/setup-dafny-action@v1.6.1
60+
uses: dafny-lang/setup-dafny-action@v1.7.0
6161
with:
6262
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
6363
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}

.github/workflows/ci_test_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
submodules: recursive
5454

5555
- name: Setup Dafny
56-
uses: dafny-lang/setup-dafny-action@v1.6.1
56+
uses: dafny-lang/setup-dafny-action@v1.7.0
5757
with:
5858
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
5959
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}

.github/workflows/ci_test_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
dotnet-version: ${{ matrix.dotnet-version }}
6161

6262
- name: Setup Dafny
63-
uses: dafny-lang/setup-dafny-action@v1.6.1
63+
uses: dafny-lang/setup-dafny-action@v1.7.0
6464
with:
6565
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
6666
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}

.github/workflows/ci_test_vector_java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
submodules: recursive
4040

4141
- name: Setup Dafny
42-
uses: dafny-lang/setup-dafny-action@v1.6.1
42+
uses: dafny-lang/setup-dafny-action@v1.7.0
4343
with:
4444
dafny-version: '4.2.0'
4545

.github/workflows/ci_verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
submodules: recursive
4848

4949
- name: Setup Dafny
50-
uses: dafny-lang/setup-dafny-action@v1.6.1
50+
uses: dafny-lang/setup-dafny-action@v1.7.0
5151
with:
5252
# A && B || C is the closest thing to an if .. then ... else ... or ?: expression the GitHub Actions syntax supports.
5353
dafny-version: ${{ (github.event_name == 'schedule' || inputs.nightly) && 'nightly-latest' || '4.2.0' }}

0 commit comments

Comments
 (0)