Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 95f855d commit e3541ed
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
prepare:
name: Calculate Version and Build Number
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

outputs:
build_number: ${{ steps.build_number.outputs.value }}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Generates Prerelease
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

needs:
- prepare
Expand All @@ -66,7 +66,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Draft Release
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

needs:
- prepare
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
cancel_previous:
name: 'Cancel Previous Runs'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 3

steps:
Expand All @@ -29,7 +29,7 @@ jobs:

validate:
name: Validate
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare:
name: Prepare
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand All @@ -25,7 +25,7 @@ jobs:

build-packages:
name: Build ${{ matrix.package }} package
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
prospector==1.7.*
pylint==2.15.6
pylint==3.3.2
pytest==7.1.*

0 comments on commit e3541ed

Please sign in to comment.