Browse Source

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

Hamir Mahal 11 months ago
parent
commit
11b3ab1468
1 changed files with 1 additions and 1 deletions
  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