Skip to content

Commit 12b9f51

Browse files
authored
Merge pull request #124 from serv-c/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 8adc521 + 9004ffd commit 12b9f51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
fallback: 0.0.1
141141

142-
- uses: actions/setup-python@v5
142+
- uses: actions/setup-python@v6
143143
with:
144144
python-version: 3.13
145145

.github/workflows/servc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
submodules: true
5858

5959
- name: Setup Python ${{ matrix.python-version }}
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
submodules: true
4747

48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

0 commit comments

Comments
 (0)