Skip to content

Commit 077a5f2

Browse files
Bump actions/setup-python from 5 to 6 in the gha group (#199)
1 parent d7975f2 commit 077a5f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
persist-credentials: false
3636

37-
- uses: actions/setup-python@v5
37+
- uses: actions/setup-python@v6
3838
with:
3939
python-version: 3.x
4040

@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
persist-credentials: false
7272

73-
- uses: actions/setup-python@v5
73+
- uses: actions/setup-python@v6
7474
with:
7575
python-version: 3.x
7676

@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
persist-credentials: false
104104

105-
- uses: actions/setup-python@v5
105+
- uses: actions/setup-python@v6
106106
with:
107107
python-version: 3.x
108108
architecture: ${{ matrix.platform.target }}
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
persist-credentials: false
136136

137-
- uses: actions/setup-python@v5
137+
- uses: actions/setup-python@v6
138138
with:
139139
python-version: 3.x
140140

0 commit comments

Comments
 (0)