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 2020
2121 steps :
2222 - name : Checkout 🛎️
23- uses : " actions/checkout@v3 "
23+ uses : " actions/checkout@v4 "
2424
2525 - name : Check for changed files
2626 uses : dorny/paths-filter@v2
3333
3434 - name : Setup Python 🐍
3535 if : steps.changes.outputs.code == 'true'
36- uses : " actions/setup-python@v4 "
36+ uses : " actions/setup-python@v5 "
3737 with :
3838 python-version : " 3.8"
3939
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout 🛎️
28- uses : " actions/checkout@v3 "
28+ uses : " actions/checkout@v4 "
2929
3030 - name : Check for changed files
3131 uses : dorny/paths-filter@v2
3838
3939 - name : Setup Python 🐍
4040 if : steps.changes.outputs.code == 'true'
41- uses : " actions/setup-python@v4 "
41+ uses : " actions/setup-python@v5 "
4242 with :
4343 python-version : " 3.8"
4444
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout 🛎️
44- uses : " actions/checkout@v3 "
44+ uses : " actions/checkout@v4 "
4545
4646 - name : Check for changed files
4747 if : startsWith(github.ref, 'refs/tags/') != true
5656 - name : Setup Python 🐍
5757 id : setup-python
5858 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
59- uses : " actions/setup-python@v4 "
59+ uses : " actions/setup-python@v5 "
6060 with :
6161 python-version : " ${{ matrix.config.python-version }}"
6262
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout 🛎️
45- uses : " actions/checkout@v3 "
45+ uses : " actions/checkout@v4 "
4646
4747 - name : Check for changed files
4848 if : startsWith(github.ref, 'refs/tags/') != true
5757 - name : Setup Python 🐍
5858 id : setup-python
5959 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
60- uses : " actions/setup-python@v4 "
60+ uses : " actions/setup-python@v5 "
6161 with :
6262 python-version : " ${{ matrix.config.python-version }}"
6363
@@ -87,10 +87,10 @@ jobs:
8787 runs-on : " ubuntu-20.04"
8888 steps :
8989 - name : Checkout 🛎️
90- uses : " actions/checkout@v3 "
90+ uses : " actions/checkout@v4 "
9191
9292 - name : Setup Python 🐍
93- uses : " actions/setup-python@v4 "
93+ uses : " actions/setup-python@v5 "
9494 with :
9595 python-version : 3.8
9696
@@ -136,11 +136,11 @@ jobs:
136136 runs-on : " ubuntu-20.04"
137137 steps :
138138 - name : Checkout 🛎️
139- uses : " actions/checkout@v3 "
139+ uses : " actions/checkout@v4 "
140140 if : startsWith(github.ref, 'refs/tags/')
141141
142142 - name : Setup Python 🐍
143- uses : " actions/setup-python@v4 "
143+ uses : " actions/setup-python@v5 "
144144 if : startsWith(github.ref, 'refs/tags/')
145145 with :
146146 python-version : 3.8
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout 🛎️
43- uses : " actions/checkout@v3 "
43+ uses : " actions/checkout@v4 "
4444
4545 - name : Check for changed files
4646 if : startsWith(github.ref, 'refs/tags/') != true
5555 - name : Setup Python 🐍
5656 id : setup-python
5757 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
58- uses : " actions/setup-python@v4 "
58+ uses : " actions/setup-python@v5 "
5959 with :
6060 python-version : " ${{ matrix.config.python-version }}"
6161
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ flake8-github-actions
8989 :target: https://github.com/python-formate/flake8-github-actions/commit/master
9090 :alt: GitHub last commit
9191
92- .. |maintained | image :: https://img.shields.io/maintenance/yes/2023
92+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
9393 :alt: Maintenance
9494
9595.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8-github-actions
You can’t perform that action at this time.
0 commit comments