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

Commit49c0233

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

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 3 additions & 3 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.2.0
25+
-uses:actions/checkout@v3.3.0
2626
-name:Set up Python
2727
uses:actions/setup-python@v4.4.0
2828
with:
@@ -34,15 +34,15 @@ jobs:
3434
TOXENV:docs
3535
run:tox
3636
-name:Archive generated docs
37-
uses:actions/upload-artifact@v3.1.1
37+
uses:actions/upload-artifact@v3.1.2
3838
with:
3939
name:html-docs
4040
path:build/sphinx/html/
4141

4242
twine-check:
4343
runs-on:ubuntu-20.04
4444
steps:
45-
-uses:actions/checkout@v3.2.0
45+
-uses:actions/checkout@v3.3.0
4646
-name:Set up Python
4747
uses:actions/setup-python@v4.4.0
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.2.0
25+
-uses:actions/checkout@v3.3.0
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v4.4.0

‎.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.2.0
32+
-uses:actions/checkout@v3.3.0
3333
-uses:actions/setup-python@v4.4.0
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.2.0
13+
-uses:actions/checkout@v3.3.0
1414
with:
1515
fetch-depth:0
1616
token:${{ secrets.RELEASE_GITHUB_TOKEN }}

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version:"3.11"
4747
toxenv:py310,smoke
4848
steps:
49-
-uses:actions/checkout@v3.2.0
49+
-uses:actions/checkout@v3.3.0
5050
-name:Set up Python ${{ matrix.python.version }}
5151
uses:actions/setup-python@v4.4.0
5252
with:
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
toxenv:[api_func_v4, cli_func_v4]
6666
steps:
67-
-uses:actions/checkout@v3.2.0
67+
-uses:actions/checkout@v3.3.0
6868
-name:Set up Python
6969
uses:actions/setup-python@v4.4.0
7070
with:
@@ -85,7 +85,7 @@ jobs:
8585
coverage:
8686
runs-on:ubuntu-20.04
8787
steps:
88-
-uses:actions/checkout@v3.2.0
88+
-uses:actions/checkout@v3.3.0
8989
-name:Set up Python ${{ matrix.python-version }}
9090
uses:actions/setup-python@v4.4.0
9191
with:
@@ -126,12 +126,12 @@ jobs:
126126
runs-on:ubuntu-latest
127127
needs:[dist]
128128
steps:
129-
-uses:actions/checkout@v3.2.0
129+
-uses:actions/checkout@v3.3.0
130130
-name:Set up Python
131131
uses:actions/setup-python@v4.4.0
132132
with:
133133
python-version:'3.11'
134-
-uses:actions/download-artifact@v3.0.1
134+
-uses:actions/download-artifact@v3.0.2
135135
with:
136136
name:dist
137137
path:dist

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
-id:isort
2222
-repo:https://github.com/pycqa/pylint
23-
rev:v2.15.9
23+
rev:v2.15.10
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.77.1
50+
rev:34.97.0
5151
hooks:
5252
-id:renovate-config-validator

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp