File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed 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 41
41
42
42
steps :
43
43
- name : Checkout 🛎️
44
- uses : " actions/checkout@v3 "
44
+ uses : " actions/checkout@v4 "
45
45
46
46
- name : Check for changed files
47
47
if : startsWith(github.ref, 'refs/tags/') != true
56
56
- name : Setup Python 🐍
57
57
id : setup-python
58
58
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
59
- uses : " actions/setup-python@v4 "
59
+ uses : " actions/setup-python@v5 "
60
60
with :
61
61
python-version : " ${{ matrix.config.python-version }}"
62
62
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout 🛎️
45
- uses : " actions/checkout@v3 "
45
+ uses : " actions/checkout@v4 "
46
46
47
47
- name : Check for changed files
48
48
if : startsWith(github.ref, 'refs/tags/') != true
57
57
- name : Setup Python 🐍
58
58
id : setup-python
59
59
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
60
- uses : " actions/setup-python@v4 "
60
+ uses : " actions/setup-python@v5 "
61
61
with :
62
62
python-version : " ${{ matrix.config.python-version }}"
63
63
@@ -87,10 +87,10 @@ jobs:
87
87
runs-on : " ubuntu-20.04"
88
88
steps :
89
89
- name : Checkout 🛎️
90
- uses : " actions/checkout@v3 "
90
+ uses : " actions/checkout@v4 "
91
91
92
92
- name : Setup Python 🐍
93
- uses : " actions/setup-python@v4 "
93
+ uses : " actions/setup-python@v5 "
94
94
with :
95
95
python-version : 3.8
96
96
@@ -136,11 +136,11 @@ jobs:
136
136
runs-on : " ubuntu-20.04"
137
137
steps :
138
138
- name : Checkout 🛎️
139
- uses : " actions/checkout@v3 "
139
+ uses : " actions/checkout@v4 "
140
140
if : startsWith(github.ref, 'refs/tags/')
141
141
142
142
- name : Setup Python 🐍
143
- uses : " actions/setup-python@v4 "
143
+ uses : " actions/setup-python@v5 "
144
144
if : startsWith(github.ref, 'refs/tags/')
145
145
with :
146
146
python-version : 3.8
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout 🛎️
43
- uses : " actions/checkout@v3 "
43
+ uses : " actions/checkout@v4 "
44
44
45
45
- name : Check for changed files
46
46
if : startsWith(github.ref, 'refs/tags/') != true
55
55
- name : Setup Python 🐍
56
56
id : setup-python
57
57
if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
58
- uses : " actions/setup-python@v4 "
58
+ uses : " actions/setup-python@v5 "
59
59
with :
60
60
python-version : " ${{ matrix.config.python-version }}"
61
61
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ flake8-github-actions
89
89
:target: https://github.com/python-formate/flake8-github-actions/commit/master
90
90
:alt: GitHub last commit
91
91
92
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
92
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
93
93
:alt: Maintenance
94
94
95
95
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8-github-actions
You can’t perform that action at this time.
0 commit comments