Skip to content

Commit dc1cbdd

Browse files
authored
Update tox.yaml to use latest Action versions
This should get rid of warnings about obsolete actions
1 parent 607ea97 commit dc1cbdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
python-version: '3.6'
2222
runs-on: ${{ matrix.runs-on }}
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v5.0.0
2525
with:
2626
lfs: true
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v6.0.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: PIP cache
32-
uses: actions/cache@v2
32+
uses: actions/cache@v4.2.4
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ runner.os }}-pip-python${{ matrix.python-version }}-${{ hashFiles('setup.cfg') }}

0 commit comments

Comments
 (0)