Przeglądaj źródła

Upgrade actions to latest

nuwang 2 lat temu
rodzic
commit
751061d6c3
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      .github/workflows/integration.yaml

+ 3 - 3
.github/workflows/integration.yaml

@@ -54,15 +54,15 @@ jobs:
 
 
     steps:
     steps:
       - name: Checkout code
       - name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
 
 
       - name: Setup Python
       - name: Setup Python
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v5
         with:
         with:
            python-version: ${{ matrix.python-version }}
            python-version: ${{ matrix.python-version }}
 
 
       - name: Cache pip dir
       - name: Cache pip dir
-        uses: actions/cache@v2
+        uses: actions/cache@v4
         with:
         with:
           path: ~/.cache/pip
           path: ~/.cache/pip
           key: pip-cache-${{ matrix.python-version }}-${{ hashFiles('**/setup.py', '**/requirements.txt') }}
           key: pip-cache-${{ matrix.python-version }}-${{ hashFiles('**/setup.py', '**/requirements.txt') }}