소스 검색

github CI: use actions/cache@v3

Thomas Waldmann 2 년 전
부모
커밋
6041928c0a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/codeql-analysis.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -86,7 +86,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - name: Cache pip
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: ~/.cache/pip
         key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -38,7 +38,7 @@ jobs:
       with:
         python-version: 3.9
     - name: Cache pip
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: ~/.cache/pip
         key: ${{ runner.os }}-pip-${{ hashFiles('requirements.d/development.txt') }}