diff --git a/.github/workflows/test-inputs.yml b/.github/workflows/test-inputs.yml index 0e2ab73..3e15c31 100644 --- a/.github/workflows/test-inputs.yml +++ b/.github/workflows/test-inputs.yml @@ -286,9 +286,9 @@ jobs: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache fail-on-cache-miss: true lookup-only: true - key: -${{ github.job }} + key: semver-${{ github.job }} restore-keys: | - -${{ github.job }} + semver-${{ github.job }} - name: Fail if the toolchain used by the action is invalid if: ${{ ! contains(steps.get-cache-key.outputs.cache-matched-key, 'nightly') }} run: | @@ -329,9 +329,9 @@ jobs: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache fail-on-cache-miss: true lookup-only: true - key: -${{ github.job }} + key: semver-${{ github.job }} restore-keys: | - -${{ github.job }} + semver-${{ github.job }} - name: Fail if the toolchain used by the action is invalid if: ${{ ! contains(steps.get-cache-key.outputs.cache-matched-key, 'nightly') }} run: | @@ -372,9 +372,9 @@ jobs: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache fail-on-cache-miss: true lookup-only: true - key: -${{ github.job }} + key: semver-${{ github.job }} restore-keys: | - -${{ github.job }} + semver-${{ github.job }} - name: Fail if the toolchain used by the action is invalid if: ${{ ! contains(steps.get-cache-key.outputs.cache-matched-key, 'beta') }} run: |