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 a49c43f commit 39951ebCopy full SHA for 39951eb
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Set up Python 3.9
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
with:
15
python-version: 3.9
16
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
- name: Install Partition Manager
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
- name: Setup python
22
23
24
python-version: '3.x'
25
architecture: 'x64'
0 commit comments