Skip to content

Commit

Permalink
ci: use RustCrypto/actions/.github/workflows/minimal-versions.yml@master
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Apr 1, 2024
1 parent 44b2489 commit 44571a3
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bign256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: bign256
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/bp256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: bp256
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/bp384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: bp384
working-directory: ${{ github.workflow }}
28 changes: 0 additions & 28 deletions .github/workflows/check-minimal-versions.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/k256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: k256
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/p192.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: p192
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/p224.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: p224
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/p256.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: p256
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/p384.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: p384
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/p521.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: p521
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/primefield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: primefield
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/primeorder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: primeorder
working-directory: ${{ github.workflow }}
4 changes: 2 additions & 2 deletions .github/workflows/sm2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
- run: cargo doc --all-features

check-minimal-versions:
uses: ./.github/workflows/check-minimal-versions.yml
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: sm2
working-directory: ${{ github.workflow }}

0 comments on commit 44571a3

Please sign in to comment.