Skip to content

Commit 4b3c768

Browse files
committed
Remove Python-specific steps from workflows that no longer need them
1 parent e862155 commit 4b3c768

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

.github/actions/release-initialise/action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ runs:
2525
shell: bash
2626
run: npm ci
2727

28-
- name: Set up Python
29-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30-
with:
31-
python-version: '3.12'
32-
33-
- name: Install dependencies
34-
run: |
35-
python -m pip install --upgrade pip
36-
pip install PyGithub==2.3.0 requests
37-
shell: bash
38-
3928
- name: Update git config
4029
run: |
4130
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

.github/workflows/post-release-mergeback.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
with:
5252
node-version: 24
5353
cache: 'npm'
54-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
55-
with:
56-
python-version: '3.12'
5754

5855
- name: Update git config
5956
run: |

.github/workflows/update-bundle.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ jobs:
4040
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4141
git config --global user.name "github-actions[bot]"
4242
43-
- name: Set up Python
44-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
45-
with:
46-
python-version: '3.12'
47-
4843
- name: Set up Node.js
4944
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5045
with:

.github/workflows/update-supported-enterprise-server-versions.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
pull-requests: write # needed to create pull request
2323

2424
steps:
25-
- name: Setup Python
26-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
27-
with:
28-
python-version: "3.13"
29-
3025
- name: Checkout CodeQL Action
3126
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3227

0 commit comments

Comments
 (0)