@@ -27,14 +27,14 @@ jobs:
2727 fetch-depth : 0
2828
2929 - name : Set up Python 3.9
30- uses : actions/setup-python@v1
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : 3.9
3333
3434 - name : Install dependencies
3535 run : |
3636 python -m pip install --upgrade pip
37- python -m pip install --upgrade pipenv==2022 .10.4 pre-commit
37+ python -m pip install --upgrade pipenv==2023 .10.3 pre-commit
3838 pipenv install --dev --skip-lock
3939
4040 - uses : actions/cache@v3
@@ -72,19 +72,19 @@ jobs:
7272 fail-fast : false
7373 matrix :
7474 os : [ubuntu-latest, macos-latest, windows-latest]
75- python-version : ['3.8', '3.9', '3.10', '3.11']
75+ python-version : ['3.8', '3.9', '3.10', '3.11', '3.12' ]
7676 steps :
7777 - uses : actions/checkout@v4
7878
7979 - name : Set up Python ${{ matrix.python-version }}
80- uses : actions/setup-python@v1
80+ uses : actions/setup-python@v5
8181 with :
8282 python-version : ${{ matrix.python-version }}
8383
8484 - name : Install dependencies
8585 run : |
8686 python -m pip install --upgrade pip
87- python -m pip install --upgrade pipenv==2022 .10.4
87+ python -m pip install --upgrade pipenv==2023 .10.3
8888 pipenv install --system --dev --skip-lock
8989
9090 - name : Test with pytest
9595 env :
9696 GITGUARDIAN_API_KEY : ${{ secrets.GITGUARDIAN_API_KEY }}
9797
98- - uses : codecov/codecov-action@v1
98+ - uses : codecov/codecov-action@v3
9999 with :
100100 file : ./coverage.xml
101101 flags : unittests
@@ -118,7 +118,7 @@ jobs:
118118 echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
119119
120120 - name : Set up Python
121- uses : actions/setup-python@v2
121+ uses : actions/setup-python@v5
122122 with :
123123 python-version : ' 3.x'
124124
@@ -129,7 +129,7 @@ jobs:
129129 python setup.py sdist bdist_wheel
130130
131131 - name : Publish distribution 📦 to PyPI
132- uses : pypa/gh-action-pypi-publish@master
132+ uses : pypa/gh-action-pypi-publish@release/v1
133133 with :
134134 user : __token__
135135 password : ${{ secrets.pypi_password }}
0 commit comments