1616 runs-on : ubuntu-latest
1717 name : " '${{ matrix.toxenv }}' on py${{ matrix.py }}"
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v7
2020
2121 - name : get date for caching
2222 run : /bin/date -u "+%U" > cachedate.txt
4040 test-sdist :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v6
43+ - uses : actions/checkout@v7
4444 - uses : actions/setup-python@v6
4545 with :
4646 python-version : " 3.x"
6666 name : " Test on ${{ matrix.os }}, py${{ matrix.py }}"
6767 runs-on : " ${{ matrix.os }}-latest"
6868 steps :
69- - uses : actions/checkout@v6
69+ - uses : actions/checkout@v7
7070
7171 - name : get date for caching
7272 run : /bin/date -u "+%U" > cachedate.txt
8686 - run : python -m pip install tox tox-uv
8787
8888 - name : cache tox virtualenvs
89- uses : actions/cache@v5
89+ uses : actions/cache@v6
9090 with :
9191 path : .tox
9292 key : >
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : " Collate results to check for skipped tests"
112112 steps :
113- - uses : actions/checkout@v6
113+ - uses : actions/checkout@v7
114114 - uses : actions/setup-python@v6
115115 with :
116116 python-version : " 3.x"
@@ -128,7 +128,7 @@ jobs:
128128 ensure-catalog-matches-hook-config :
129129 runs-on : ubuntu-latest
130130 steps :
131- - uses : actions/checkout@v6
131+ - uses : actions/checkout@v7
132132
133133 - name : get date for caching
134134 run : /bin/date -u "+%U" > cachedate.txt
@@ -157,7 +157,7 @@ jobs:
157157 name : " Self-Check"
158158 runs-on : ubuntu-latest
159159 steps :
160- - uses : actions/checkout@v6
160+ - uses : actions/checkout@v7
161161
162162 - name : get date for caching
163163 run : /bin/date -u "+%U" > cachedate.txt
0 commit comments