@@ -42,11 +42,11 @@ jobs:
4242
4343 steps :
4444 - name : Checkout 🛎️
45- uses : " actions/checkout@v4 "
45+ uses : " actions/checkout@v6 "
4646
4747 - name : Check for changed files
4848 if : startsWith(github.ref, 'refs/tags/') != true
49- uses : dorny/paths-filter@v2
49+ uses : dorny/paths-filter@v4
5050 id : changes
5151 with :
5252 list-files : " json"
5757 - name : Setup Python 🐍
5858 id : setup-python
5959 if : ${{ steps.changes.outputs.code == 'true' || steps.changes.outcome == 'skipped' }}
60- uses : " actions/setup-python@v5 "
60+ uses : " actions/setup-python@v6 "
6161 with :
6262 python-version : " ${{ matrix.config.python-version }}"
6363
@@ -91,10 +91,10 @@ jobs:
9191 runs-on : " ubuntu-22.04"
9292 steps :
9393 - name : Checkout 🛎️
94- uses : " actions/checkout@v4 "
94+ uses : " actions/checkout@v6 "
9595
9696 - name : Setup Python 🐍
97- uses : " actions/setup-python@v5 "
97+ uses : " actions/setup-python@v6 "
9898 with :
9999 python-version : 3.8
100100
@@ -144,11 +144,11 @@ jobs:
144144 runs-on : " ubuntu-22.04"
145145 steps :
146146 - name : Checkout 🛎️
147- uses : " actions/checkout@v4 "
147+ uses : " actions/checkout@v6 "
148148 if : startsWith(github.ref, 'refs/tags/')
149149
150150 - name : Setup Python 🐍
151- uses : " actions/setup-python@v5 "
151+ uses : " actions/setup-python@v6 "
152152 if : startsWith(github.ref, 'refs/tags/')
153153 with :
154154 python-version : 3.8
0 commit comments