Skip to content

Commit ef61e08

Browse files
update
1 parent 325b97a commit ef61e08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

1515
- name: Install Python 3.9
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.9
1919

@@ -30,13 +30,13 @@ jobs:
3030
run: pip install "poetry<2.0.0"
3131

3232
- name: Cache poetry packages
33-
uses: actions/cache@v5
33+
uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pypoetry
3636
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}
3737

3838
- name: Cache node modules
39-
uses: actions/cache@v5
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.npm
4242
key: ${{ runner.os }}-build-cache-npm-packages-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)