We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2986da commit 674f5baCopy full SHA for 674f5ba
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python: [3.14, 3.9]
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: actions/setup-python@v5
13
with:
14
python-version: ${{ matrix.python }}
0 commit comments