Переглянути джерело

ci: update setup-python action to v5 to fix deprecated node version (#10881)

Hamir Mahal 11 місяців тому
батько
коміт
11b3ab1468
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/bench.yml

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

@@ -45,7 +45,7 @@ jobs:
           targets: ${{ matrix.platform.target }}
 
       - name: setup python
-        uses: actions/setup-python@v4
+        uses: actions/setup-python@v5
         with:
           python-version: '3.10'
           architecture: x64