Browse Source

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

Hamir Mahal 11 tháng trước cách đây
mục cha
commit
11b3ab1468
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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