We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ade9c commit da7d349Copy full SHA for da7d349
.github/workflows/main.yml
@@ -8,18 +8,18 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Set up Python
13
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
14
with:
15
python-version: 3.11
16
- name: Poetry cache
17
- uses: actions/cache@v2
+ uses: actions/cache@v4
18
19
path: ~/.cache/pypoetry
20
key: poetry-cache-${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
21
- name: Pip cache
22
23
24
path: ~/.cache/pip
25
key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}
0 commit comments