mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 03:40:31 +02:00
Compare commits
1 Commits
renovate/a
...
renovate/s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb9a579d3e |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
needs: lint
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v6
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- run: python -m pip install --upgrade pip
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
git push origin ${{ steps.git_version.outputs.version }}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v6
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
stripe==12.3.0 # Stripe
|
||||
stripe==15.0.1 # Stripe
|
||||
|
||||
Reference in New Issue
Block a user