8000 chore(deps): update all non-major dependencies · python-gitlab/python-gitlab@21e767d · GitHub
[go: up one dir, main page]

Skip to content

Commit 21e767d

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 22b11db commit 21e767d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ jobs:
107107
runs-on: ubuntu-latest
108108
name: Python wheel
109109
steps:
110-
- uses: actions/checkout@v1
111-
- uses: actions/setup-python@v2
110+
- uses: actions/checkout@v1.2.0
111+
- uses: actions/setup-python@v2.3.3
112112
with:
113113
python-version: "3.11"
114114
- name: Install dependencies
115115
run: |
116116
pip install -r requirements-test.txt
117117
- name: Build package
118118
run: python -m build -o dist/
119-
- uses: actions/upload-artifact@v2
119+
- uses: actions/upload-artifact@v2.3.1
120120
with:
121121
name: dist
122122
path: dist
@@ -125,12 +125,12 @@ jobs:
125125
runs-on: ubuntu-latest
126126
needs: [dist]
127127
steps:
128-
- uses: actions/checkout@v3
128+
- uses: actions/checkout@v3.1.0
129129
- name: Set up Python
130-
uses: actions/setup-python@v4
130+
uses: actions/setup-python@v4.3.0
131131
with:
132132
python-version: '3.11'
133-
- uses: actions/download-artifact@v2
133+
- uses: actions/download-artifact@v2.1.0
134134
with:
135135
name: dist
136136
path: dist

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v2.37.0
10+
rev: v2.37.1
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.15.6
23+
rev: v2.15.7
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.29.2
50+
rev: 34.48.0
5151
hooks:
5252
- id: renovate-config-validator

0 commit comments

Comments
 (0)
0