Skip to content

Commit 9af7736

Browse files
Update pubPyPI.yml
setup-python from @v2 -> @v4 checkout from @v2 -> @V3
1 parent caa31ca commit 9af7736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pubPyPI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
ref: ${{ github.event.inputs.tag }}
1919

@@ -22,7 +22,7 @@ jobs:
2222
run: egrep 'version_info .*=' src/mplfinance/_version.py
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v4
2626
with:
2727
python-version: '3.x'
2828

0 commit comments

Comments
 (0)