2222 run : /bin/date -u "+%U" > cachedate.txt
2323 shell : bash
2424
25- - uses : actions/setup-python@v6
25+ - uses : actions/setup-python@v7
2626 with :
2727 python-version : " ${{ matrix.py }}"
2828 cache : " pip"
4141 runs-on : ubuntu-latest
4242 steps :
4343 - uses : actions/checkout@v7
44- - uses : actions/setup-python@v6
44+ - uses : actions/setup-python@v7
4545 with :
4646 python-version : " 3.x"
4747 - name : install requirements
7272 run : /bin/date -u "+%U" > cachedate.txt
7373 shell : bash
7474
75- - uses : actions/setup-python@v6
75+ - uses : actions/setup-python@v7
7676 id : setup-python
7777 with :
7878 python-version : ${{ matrix.py }}
@@ -111,7 +111,7 @@ jobs:
111111 name : " Collate results to check for skipped tests"
112112 steps :
113113 - uses : actions/checkout@v7
114- - uses : actions/setup-python@v6
114+ - uses : actions/setup-python@v7
115115 with :
116116 python-version : " 3.x"
117117 # download everything
@@ -134,7 +134,7 @@ jobs:
134134 run : /bin/date -u "+%U" > cachedate.txt
135135 shell : bash
136136
137- - uses : actions/setup-python@v6
137+ - uses : actions/setup-python@v7
138138 id : setup-python
139139 with :
140140 python-version : " 3.x"
@@ -163,7 +163,7 @@ jobs:
163163 run : /bin/date -u "+%U" > cachedate.txt
164164 shell : bash
165165
166- - uses : actions/setup-python@v6
166+ - uses : actions/setup-python@v7
167167 with :
168168 python-version : " 3.x"
169169 cache : " pip"
0 commit comments