Skip to content

Commit b4d5c43

Browse files
committed
refactor: rename setup-runner action to setup-python-and-tooling
Rename the GitHub action from setup-runner to setup-python-and-tooling for better clarity about what the action does.
1 parent 977b30d commit b4d5c43

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

.github/workflows/cd-pydgraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: "${{ github.event.inputs.releasetag }}"
1818
- name: Setup pydgraph tooling
19-
uses: ./.github/actions/setup-runner
19+
uses: ./.github/actions/setup-python-and-tooling
2020
with:
2121
python-version: "3.13"
2222
- name: Setup pydgraph virtualenv

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: dgraph-io/pydgraph
2727
ref: ${{ github.ref }}
2828
- name: Setup pydgraph tooling
29-
uses: ./.github/actions/setup-runner
29+
uses: ./.github/actions/setup-python-and-tooling
3030
with:
3131
python-version: "3.13"
3232
- name: Setup pydgraph virtualenv
@@ -50,7 +50,7 @@ jobs:
5050
repository: dgraph-io/pydgraph
5151
ref: ${{ github.ref }}
5252
- name: Setup pydgraph tooling
53-
uses: ./.github/actions/setup-runner
53+
uses: ./.github/actions/setup-python-and-tooling
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Pin pydgraph python version
@@ -89,7 +89,7 @@ jobs:
8989
repository: dgraph-io/pydgraph
9090
ref: ${{ github.ref }}
9191
- name: Setup pydgraph tooling
92-
uses: ./pydgraph/.github/actions/setup-runner
92+
uses: ./pydgraph/.github/actions/setup-python-and-tooling
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595
- name: Pin pydgraph python version

0 commit comments

Comments
 (0)