Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Nov 28, 2024
1 parent beafcc4 commit f5f62f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
matrix:
build_type: [ 'Release' ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
architecture: 'x64'
- name: Restore cached deps
id: cache-restore-deps
Expand Down
3 changes: 0 additions & 3 deletions ci/scripts/report.txt

This file was deleted.

0 comments on commit f5f62f6

Please sign in to comment.