Skip to content

Commit

Permalink
Stop using ancient cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 13, 2024
1 parent ecee678 commit bea3a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Build Docker image
run: docker build -t test-cargo-deny .
Expand All @@ -14,4 +14,4 @@ jobs:
run: docker run -v ${PWD}/test:/test test-cargo-deny "" "" --manifest-path test/Cargo.toml list

- name: Run check
run: docker run -v ${PWD}/test:/test test-cargo-deny 1.60.0 "" --manifest-path test/Cargo.toml --all-features check
run: docker run -v ${PWD}/test:/test test-cargo-deny 1.70.0 "" --manifest-path test/Cargo.toml --all-features check

0 comments on commit bea3a60

Please sign in to comment.