Преглед на файлове

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