We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74fa3d3 + 5979262 commit 5f7fd0fCopy full SHA for 5f7fd0f
3 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v6
20
- - uses: actions/setup-python@v6.2.0
+ - uses: actions/setup-python@v6
21
with:
22
python-version: ${{ matrix.python-version }}
23
- name: Run image
.github/workflows/copilot-setup-steps.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6
24
25
- name: Set up Python 3.12
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
28
python-version: "3.12"
29
.github/workflows/testing.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@v6.2.0
- name: Install poetry
0 commit comments