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 921c04d commit 6b70b05Copy full SHA for 6b70b05
.github/workflows/tests.yml
@@ -120,7 +120,7 @@ jobs:
120
with:
121
node-version: ${{ matrix.node }}
122
- name: Use Python ${{ matrix.python }}
123
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
124
125
python-version: ${{ matrix.python }}
126
env:
.github/workflows/visual-studio.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout Repository
27
uses: actions/checkout@v5
28
- name: Use Python 3
29
30
31
python-version: "3.x"
32
- name: Install Dependencies
0 commit comments