Selaa lähdekoodia

github CI: use actions/cache@v3

Thomas Waldmann 2 vuotta sitten
vanhempi
sitoutus
6041928c0a
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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') }}