We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ef66e commit 2fa22daCopy full SHA for 2fa22da
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: Set up Python
17
uses: actions/setup-python@v4
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
name: Python ${{ matrix.python-version }}
18
19
20
- name: Setup python
21
@@ -51,7 +51,7 @@ jobs:
51
with:
52
tps-token: ${{ secrets.TPS_TOKEN }}
53
54
55
56
57
0 commit comments