Skip to content

Commit

Permalink
fix(ci): updated setup-python action to v5 to fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed May 24, 2024
1 parent 4abb539 commit 2a3f4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
working-directory: ${{ env.SHOT_EXECUTABLE_PATH }}
run: ldd SHOT

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
cache: 'pip'
Expand Down

0 comments on commit 2a3f4f6

Please sign in to comment.