We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65b124 commit ed54abdCopy full SHA for ed54abd
.github/workflows/ci-build.yaml
@@ -18,9 +18,9 @@ jobs:
18
matrix:
19
python-version: ['3.11']
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
@@ -46,9 +46,9 @@ jobs:
46
os: ubuntu-latest
47
package-overrides: "none"
48
49
50
51
52
53
54
0 commit comments