Skip to content

Commit 2c7531c

Browse files
FLAGSAPI-820 uplifted Github actions cache from v1 to v4
1 parent f8284a2 commit 2c7531c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
run: pip install poetry
3737

3838
- name: Cache poetry packages
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.cache/pypoetry
4242
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}
4343

4444
- name: Cache node modules
45-
uses: actions/cache@v1
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.npm
4848
key: ${{ runner.os }}-build-cache-npm-packages-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)