Skip to content

Commit e3541ed

Browse files
chore(deps): update dependency pylint to v3
1 parent 95f855d commit e3541ed

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/merge_main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
prepare:
1212
name: Calculate Version and Build Number
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-22.04
1414

1515
outputs:
1616
build_number: ${{ steps.build_number.outputs.value }}
@@ -45,7 +45,7 @@ jobs:
4545
if: needs.prepare.outputs.new_release == 'true'
4646

4747
name: Generates Prerelease
48-
runs-on: ubuntu-24.04
48+
runs-on: ubuntu-22.04
4949

5050
needs:
5151
- prepare
@@ -66,7 +66,7 @@ jobs:
6666
if: needs.prepare.outputs.new_release == 'true'
6767

6868
name: Draft Release
69-
runs-on: ubuntu-24.04
69+
runs-on: ubuntu-22.04
7070

7171
needs:
7272
- prepare

.github/workflows/pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
cancel_previous:
1919
name: 'Cancel Previous Runs'
20-
runs-on: ubuntu-24.04
20+
runs-on: ubuntu-22.04
2121
timeout-minutes: 3
2222

2323
steps:
@@ -29,7 +29,7 @@ jobs:
2929

3030
validate:
3131
name: Validate
32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-22.04
3333

3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare:
1414
name: Prepare
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-22.04
1616

1717
outputs:
1818
version: ${{ steps.version.outputs.value }}
@@ -25,7 +25,7 @@ jobs:
2525

2626
build-packages:
2727
name: Build ${{ matrix.package }} package
28-
runs-on: ubuntu-24.04
28+
runs-on: ubuntu-22.04
2929

3030
strategy:
3131
matrix:

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
prospector==1.7.*
2-
pylint==2.15.6
2+
pylint==3.3.2
33
pytest==7.1.*

0 commit comments

Comments
 (0)