We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325b97a commit ef61e08Copy full SHA for ef61e08
1 file changed
.github/workflows/continuous-integration.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
14
15
- name: Install Python 3.9
16
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
17
with:
18
python-version: 3.9
19
@@ -30,13 +30,13 @@ jobs:
30
run: pip install "poetry<2.0.0"
31
32
- name: Cache poetry packages
33
- uses: actions/cache@v5
+ uses: actions/cache@v4
34
35
path: ~/.cache/pypoetry
36
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}
37
38
- name: Cache node modules
39
40
41
path: ~/.npm
42
key: ${{ runner.os }}-build-cache-npm-packages-${{ hashFiles('**/package-lock.json') }}
0 commit comments