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.
2 parents f13aef7 + f49c598 commit a2e80ccCopy full SHA for a2e80cc
.github/workflows/integration-test.yaml
@@ -59,7 +59,7 @@ jobs:
59
extra_flags: --upgrade-from=1
60
61
steps:
62
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
63
- uses: actions/setup-python@v5
64
with:
65
python-version: "3.10"
@@ -122,7 +122,7 @@ jobs:
122
distro_image: "ubuntu:22.04"
123
124
125
126
127
128
.github/workflows/unit-test.yaml
@@ -48,7 +48,7 @@ jobs:
48
python_version: "3.12"
49
50
51
52
53
54
python-version: "${{ matrix.python_version }}"
0 commit comments