We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b4088 commit ee73fccCopy full SHA for ee73fcc
1 file changed
.github/workflows/tests.yml
@@ -33,13 +33,13 @@ jobs:
33
uses: green-coding-solutions/eco-ci-energy-estimation@v4
34
with:
35
task: start-measurement
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
37
- name: Set up Python
38
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
39
40
python-version: ${{ matrix.config[0] }}
41
- name: Pip cache
42
- uses: actions/cache@v2
+ uses: actions/cache@v4
43
44
path: ~/.cache/pip
45
key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}
0 commit comments