We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa31ca commit 9af7736Copy full SHA for 9af7736
1 file changed
.github/workflows/pubPyPI.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Repository
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
with:
18
ref: ${{ github.event.inputs.tag }}
19
@@ -22,7 +22,7 @@ jobs:
22
run: egrep 'version_info .*=' src/mplfinance/_version.py
23
24
- name: Set up Python
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
26
27
python-version: '3.x'
28
0 commit comments