We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf113ad commit 53f4d64Copy full SHA for 53f4d64
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
# check-out repo and set-up python
43
#----------------------------------------------
44
- name: Check out repository
45
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
46
- name: Set up python ${{ matrix.python-version }}
47
uses: actions/setup-python@v2
48
with:
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Load cached venv
63
id: cached-poetry-dependencies
64
- uses: actions/cache@v2
+ uses: actions/cache@v4
65
66
path: .venv
67
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments