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 47e6b2c commit dec0a7eCopy full SHA for dec0a7e
.github/workflows/pipeline.yml
@@ -14,7 +14,7 @@ jobs:
14
ports:
15
- 9000:9000
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/pre-commit.yml
@@ -11,6 +11,6 @@ jobs:
11
env:
12
SKIP: no-commit-to-branch
13
- uses: actions/setup-python@v5.6.0
- uses: pre-commit/action@v3.0.1
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
21
22
23
- name: Set up Python
0 commit comments