Skip to content

Commit ee73fcc

Browse files
authored
Update tests.yml
1 parent 71b4088 commit ee73fcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
uses: green-coding-solutions/eco-ci-energy-estimation@v4
3434
with:
3535
task: start-measurement
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v4
3737
- name: Set up Python
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.config[0] }}
4141
- name: Pip cache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.cache/pip
4545
key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}

0 commit comments

Comments
 (0)