소스 검색

ci: lock tempfile and serde_with versions in CI (#7495)

* ci: lock tempfile and serde_with versions in CI

* Update test-core.yml
Fabian-Lars 2 년 전
부모
커밋
e374bc130d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/test-core.yml

+ 2 - 0
.github/workflows/test-core.yml

@@ -98,6 +98,8 @@ jobs:
           cargo update -p zbus_names --precise 2.5.0
           cargo update -p is-terminal --precise 0.4.7
           cargo update -p colored --precise 2.0.2
+          cargo update -p tempfile --precise 3.6.0
+          cargo update -p serde_with:3.1.0 --precise 3.0.0
 
       - name: test
         run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}