Skip to content

Commit 4f59067

Browse files
chore: update github workflow actions/cache@v2 to actions/cache@v4, patch update jinja2 (#1825)
* chore: update github workflow actions/cache@v2 to actions/cache@v4 * fix: update jinja and lock poetry
1 parent e30e633 commit 4f59067

File tree

5 files changed

+1779
-1606
lines changed

5 files changed

+1779
-1606
lines changed

.github/workflows/benchmark_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: '3.9'
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
with:
2121
path: .venv
2222
key: poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-python@v2
1616
with:
1717
python-version: '3.9'
18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v4
1919
with:
2020
path: .venv
2121
key: poetry-${{ hashFiles('poetry.lock') }}

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.9'
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v4
2121
with:
2222
path: .venv
2323
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-python@v4
3838
with:
3939
python-version: '3.9'
40-
- uses: actions/cache@v2
40+
- uses: actions/cache@v4
4141
with:
4242
path: .venv
4343
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/setup-python@v4
5757
with:
5858
python-version: '3.9'
59-
- uses: actions/cache@v2
59+
- uses: actions/cache@v4
6060
with:
6161
path: .venv
6262
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/setup-python@v4
7676
with:
7777
python-version: '3.9'
78-
- uses: actions/cache@v2
78+
- uses: actions/cache@v4
7979
with:
8080
path: .venv
8181
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/setup-python@v2
113113
with:
114114
python-version: ${{ matrix.python-version }}
115-
- uses: actions/cache@v2
115+
- uses: actions/cache@v4
116116
with:
117117
path: .venv
118118
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -140,7 +140,7 @@ jobs:
140140
uses: actions/setup-python@v2
141141
with:
142142
python-version: ${{ matrix.python-version }}
143-
- uses: actions/cache@v2
143+
- uses: actions/cache@v4
144144
with:
145145
path: .venv
146146
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -170,7 +170,7 @@ jobs:
170170
uses: actions/setup-python@v2
171171
with:
172172
python-version: '3.10'
173-
- uses: actions/cache@v2
173+
- uses: actions/cache@v4
174174
with:
175175
path: .venv
176176
key: poetry-${{ hashFiles('poetry.lock') }}
@@ -202,7 +202,7 @@ jobs:
202202
uses: actions/setup-python@v2
203203
with:
204204
python-version: ${{ matrix.python-version }}
205-
- uses: actions/cache@v2
205+
- uses: actions/cache@v4
206206
with:
207207
path: .venv
208208
key: poetry-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)