update calls to deprecated x509 methods (#2824)

This commit is contained in:
mmetc 2024-02-09 13:55:24 +01:00 committed by GitHub
parent af1df0696b
commit df159b0167
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 67 additions and 61 deletions

View file

@ -50,7 +50,7 @@ jobs:
cache-to: type=gha,mode=min
- name: "Setup Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
@ -61,7 +61,7 @@ jobs:
- name: "Cache virtualenvs"
id: cache-pipenv
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}