Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6682808

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent7d9ce0d commit6682808

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on:ubuntu-20.04
2424
steps:
25-
-uses:actions/checkout@v3.1.0
25+
-uses:actions/checkout@v3.2.0
2626
-name:Set up Python
2727
uses:actions/setup-python@v4.3.1
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on:ubuntu-20.04
4444
steps:
45-
-uses:actions/checkout@v3.1.0
45+
-uses:actions/checkout@v3.2.0
4646
-name:Set up Python
4747
uses:actions/setup-python@v4.3.1
4848
with:

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on:ubuntu-latest
2424
steps:
25-
-uses:actions/checkout@v3.1.0
25+
-uses:actions/checkout@v3.2.0
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v4.3.1

‎.github/workflows/pre_commit.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on:ubuntu-latest
3131
steps:
32-
-uses:actions/checkout@v3.1.0
32+
-uses:actions/checkout@v3.2.0
3333
-uses:actions/setup-python@v4.3.1
3434
with:
3535
python-version:"3.11"

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if:github.repository == 'python-gitlab/python-gitlab'
1111
runs-on:ubuntu-latest
1212
steps:
13-
-uses:actions/checkout@v3.1.0
13+
-uses:actions/checkout@v3.2.0
1414
with:
1515
fetch-depth:0
1616
token:${{ secrets.RELEASE_GITHUB_TOKEN }}

‎.github/workflows/test.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
version:"3.11"
4646
toxenv:py310,smoke
4747
steps:
48-
-uses:actions/checkout@v3.1.0
48+
-uses:actions/checkout@v3.2.0
4949
-name:Set up Python ${{ matrix.python.version }}
5050
uses:actions/setup-python@v4.3.1
5151
with:
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
toxenv:[api_func_v4, cli_func_v4]
6565
steps:
66-
-uses:actions/checkout@v3.1.0
66+
-uses:actions/checkout@v3.2.0
6767
-name:Set up Python
6868
uses:actions/setup-python@v4.3.1
6969
with:
@@ -84,7 +84,7 @@ jobs:
8484
coverage:
8585
runs-on:ubuntu-20.04
8686
steps:
87-
-uses:actions/checkout@v3.1.0
87+
-uses:actions/checkout@v3.2.0
8888
-name:Set up Python ${{ matrix.python-version }}
8989
uses:actions/setup-python@v4.3.1
9090
with:
@@ -125,7 +125,7 @@ jobs:
125125
runs-on:ubuntu-latest
126126
needs:[dist]
127127
steps:
128-
-uses:actions/checkout@v3.1.0
128+
-uses:actions/checkout@v3.2.0
129129
-name:Set up Python
130130
uses:actions/setup-python@v4.3.1
131131
with:

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repos:
1616
hooks:
1717
-id:flake8
1818
-repo:https://github.com/pycqa/isort
19-
rev:5.10.1
19+
rev:5.11.3
2020
hooks:
2121
-id:isort
2222
-repo:https://github.com/pycqa/pylint
23-
rev:v2.15.8
23+
rev:v2.15.9
2424
hooks:
2525
-id:pylint
2626
additional_dependencies:
@@ -47,6 +47,6 @@ repos:
4747
-id:rst-directive-colons
4848
-id:rst-inline-touching-normal
4949
-repo:https://github.com/maxbrunet/pre-commit-renovate
50-
rev:34.54.2
50+
rev:34.56.3
5151
hooks:
5252
-id:renovate-config-validator

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp