Skip to content

Commit

Permalink
rm uses of actions outside org
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtny1 committed Oct 2, 2023
1 parent be5bd20 commit 425d254
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/blake2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
override: true
- run: cargo build --no-default-features --target ${{ matrix.target }}

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

test:
runs-on: ubuntu-latest
strategy:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ env:
CARGO_INCREMENTAL: 0

jobs:
set-msrv:
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
with:
# Crate supports MSRV 1.41 without `oid` feature. We test true MSRV
# in the `test-msrv` job.
msrv: 1.57.0

# Builds for no_std platforms
build:
needs: set-msrv
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ env:
CARGO_INCREMENTAL: 0

jobs:
set-msrv:
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
with:
# Crate supports MSRV 1.41 without `oid` feature. We test true MSRV
# in the `test-msrv` job.
msrv: 1.57.0

# Builds for no_std platforms
build:
needs: set-msrv
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/sha3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ env:
CARGO_INCREMENTAL: 0

jobs:
set-msrv:
uses: RustCrypto/actions/.github/workflows/set-msrv.yml@master
with:
# Crate supports MSRV 1.41 without `oid` feature. We test true MSRV
# in the `test-msrv` job.
msrv: 1.57.0

build:
needs: set-msrv
runs-on: ubuntu-latest
Expand Down

0 comments on commit 425d254

Please sign in to comment.