Skip to content

Commit

Permalink
Reference Cargo.lock correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Feb 24, 2023
1 parent efc37ee commit 34bcfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cargo-semver-checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ runs:
- uses: actions/cache@v3
with:
path: ${{ github.workspace }}/target/semver-checks/cache
key: semver-checks-cache-${{ hashFiles('Cargo.lock.json') }}
key: semver-checks-cache-${{ hashFiles('Cargo.lock') }}
restore-keys: |
semver-checks-cache
semver-checks-cache-${{ hashFiles('Cargo.lock.json') }}
semver-checks-cache-${{ hashFiles('Cargo.lock') }}
- run: cargo semver-checks ${{ inputs.args }}
shell: bash

0 comments on commit 34bcfd4

Please sign in to comment.