We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607ea97 commit dc1cbddCopy full SHA for dc1cbdd
.github/workflows/tox.yaml
@@ -21,15 +21,15 @@ jobs:
21
python-version: '3.6'
22
runs-on: ${{ matrix.runs-on }}
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5.0.0
25
with:
26
lfs: true
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6.0.0
29
30
python-version: ${{ matrix.python-version }}
31
- name: PIP cache
32
- uses: actions/cache@v2
+ uses: actions/cache@v4.2.4
33
34
path: ~/.cache/pip
35
key: ${{ runner.os }}-pip-python${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}
0 commit comments