File tree Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Expand file tree Collapse file tree 7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout 🛎️
20
- uses : " actions/checkout@v3 "
20
+ uses : " actions/checkout@v4 "
21
21
22
22
- name : Check for changed files
23
23
uses : dorny/paths-filter@v2
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout 🛎️
23
- uses : " actions/checkout@v3 "
23
+ uses : " actions/checkout@v4 "
24
24
25
25
- name : Check for changed files
26
26
uses : dorny/paths-filter@v2
33
33
34
34
- name : Setup Python 🐍
35
35
if : steps.changes.outputs.code == 'true'
36
- uses : " actions/setup-python@v4 "
36
+ uses : " actions/setup-python@v5 "
37
37
with :
38
38
python-version : " 3.8"
39
39
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout 🛎️
28
- uses : " actions/checkout@v3 "
28
+ uses : " actions/checkout@v4 "
29
29
30
30
- name : Check for changed files
31
31
uses : dorny/paths-filter@v2
38
38
39
39
- name : Setup Python 🐍
40
40
if : steps.changes.outputs.code == 'true'
41
- uses : " actions/setup-python@v4 "
41
+ uses : " actions/setup-python@v5 "
42
42
with :
43
43
python-version : " 3.8"
44
44
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout 🛎️
38
- uses : " actions/checkout@v3 "
38
+ uses : " actions/checkout@v4 "
39
39
40
40
- name : Check for changed files
41
41
if : startsWith(github.ref, 'refs/tags/') != true
50
50
- name : Setup Python 🐍
51
51
id : setup-python
52
52
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
53
- uses : " actions/setup-python@v4 "
53
+ uses : " actions/setup-python@v5 "
54
54
with :
55
55
python-version : " ${{ matrix.config.python-version }}"
56
56
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout 🛎️
39
- uses : " actions/checkout@v3 "
39
+ uses : " actions/checkout@v4 "
40
40
41
41
- name : Check for changed files
42
42
if : startsWith(github.ref, 'refs/tags/') != true
51
51
- name : Setup Python 🐍
52
52
id : setup-python
53
53
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
54
- uses : " actions/setup-python@v4 "
54
+ uses : " actions/setup-python@v5 "
55
55
with :
56
56
python-version : " ${{ matrix.config.python-version }}"
57
57
@@ -81,10 +81,10 @@ jobs:
81
81
runs-on : " ubuntu-20.04"
82
82
steps :
83
83
- name : Checkout 🛎️
84
- uses : " actions/checkout@v3 "
84
+ uses : " actions/checkout@v4 "
85
85
86
86
- name : Setup Python 🐍
87
- uses : " actions/setup-python@v4 "
87
+ uses : " actions/setup-python@v5 "
88
88
with :
89
89
python-version : 3.8
90
90
@@ -130,11 +130,11 @@ jobs:
130
130
runs-on : " ubuntu-20.04"
131
131
steps :
132
132
- name : Checkout 🛎️
133
- uses : " actions/checkout@v3 "
133
+ uses : " actions/checkout@v4 "
134
134
if : startsWith(github.ref, 'refs/tags/')
135
135
136
136
- name : Setup Python 🐍
137
- uses : " actions/setup-python@v4 "
137
+ uses : " actions/setup-python@v5 "
138
138
if : startsWith(github.ref, 'refs/tags/')
139
139
with :
140
140
python-version : 3.8
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout 🛎️
38
- uses : " actions/checkout@v3 "
38
+ uses : " actions/checkout@v4 "
39
39
40
40
- name : Check for changed files
41
41
if : startsWith(github.ref, 'refs/tags/') != true
50
50
- name : Setup Python 🐍
51
51
id : setup-python
52
52
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
53
- uses : " actions/setup-python@v4 "
53
+ uses : " actions/setup-python@v5 "
54
54
with :
55
55
python-version : " ${{ matrix.config.python-version }}"
56
56
Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/repo-helper/pyproject-parser
11
- rev : v0.9.0
11
+ rev : v0.9.1
12
12
hooks :
13
13
- id : reformat-pyproject
14
14
@@ -43,13 +43,13 @@ repos:
43
43
- id : bind-requirements
44
44
45
45
- repo : https://github.com/domdfcoding/flake8-dunder-all
46
- rev : v0.3.0
46
+ rev : v0.3.1
47
47
hooks :
48
48
- id : ensure-dunder-all
49
49
files : ^tox_recreate_hook/.*\.py$
50
50
51
51
- repo : https://github.com/domdfcoding/flake2lint
52
- rev : v0.4.2
52
+ rev : v0.4.3
53
53
hooks :
54
54
- id : flake2lint
55
55
@@ -76,18 +76,18 @@ repos:
76
76
- id : forbid-crlf
77
77
78
78
- repo : https://github.com/python-formate/snippet-fmt
79
- rev : v0.1.4
79
+ rev : v0.1.5
80
80
hooks :
81
81
- id : snippet-fmt
82
82
83
83
- repo : https://github.com/python-formate/formate
84
- rev : v0.5 .0
84
+ rev : v0.7 .0
85
85
hooks :
86
86
- id : formate
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
88
88
89
89
- repo : https://github.com/domdfcoding/dep_checker
90
- rev : v0.7.1
90
+ rev : v0.8.0
91
91
hooks :
92
92
- id : dep_checker
93
93
args :
You can’t perform that action at this time.
0 commit comments