@@ -15,10 +15,10 @@ jobs:
1515 name : PIT – Linux
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Python 3.
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3.10'
2424
@@ -38,10 +38,10 @@ jobs:
3838 name : PIT – Linux with PyInstaller
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v5
4242
4343 - name : Set up Python 3.
44- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ' 3.10'
4747
@@ -69,10 +69,10 @@ jobs:
6969 name : PIT – macOS
7070 runs-on : macos-latest
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v5
7373
7474 - name : Set up Python 3.
75- uses : actions/setup-python@v2
75+ uses : actions/setup-python@v6
7676 with :
7777 python-version : ' 3.10'
7878
@@ -92,10 +92,10 @@ jobs:
9292 name : PIT – macOS with PyInstaller
9393 runs-on : macOS-latest
9494 steps :
95- - uses : actions/checkout@v2
95+ - uses : actions/checkout@v5
9696
9797 - name : Set up Python 3.
98- uses : actions/setup-python@v2
98+ uses : actions/setup-python@v6
9999 with :
100100 python-version : ' 3.10'
101101
@@ -123,10 +123,10 @@ jobs:
123123 name : PIT – Check dead links
124124 runs-on : ubuntu-latest
125125 steps :
126- - uses : actions/checkout@v2
126+ - uses : actions/checkout@v5
127127
128128 - name : Set up Python 3.
129- uses : actions/setup-python@v2
129+ uses : actions/setup-python@v6
130130 with :
131131 python-version : ' 3.10'
132132
0 commit comments