Skip to content

Commit 53f4d64

Browse files
authored
Update test.yml
1 parent bf113ad commit 53f4d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# check-out repo and set-up python
4343
#----------------------------------------------
4444
- name: Check out repository
45-
uses: actions/checkout@v2
45+
uses: actions/checkout@v4
4646
- name: Set up python ${{ matrix.python-version }}
4747
uses: actions/setup-python@v2
4848
with:
@@ -61,7 +61,7 @@ jobs:
6161
#----------------------------------------------
6262
- name: Load cached venv
6363
id: cached-poetry-dependencies
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
with:
6666
path: .venv
6767
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)