Skip to content

Commit d3ff596

Browse files
committed
Grammar fix
1 parent bf50fc9 commit d3ff596

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17-
- name: Setup Python ${{ env.PYTHON_VERSION }}
17+
- name: Set up Python ${{ env.PYTHON_VERSION }}
1818
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
1919
with:
2020
python-version: ${{ env.PYTHON_VERSION }}
2121
cache: pip
22-
- name: Setup uv
22+
- name: Set up uv
2323
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
2424
with:
2525
version: 0.11.6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
19-
- name: Setup Python ${{ env.PYTHON_VERSION }}
19+
- name: Set up Python ${{ env.PYTHON_VERSION }}
2020
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323
cache: pip
24-
- name: Setup uv
24+
- name: Set up uv
2525
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
2626
with:
2727
activate-environment: true

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21-
- name: Setup Python ${{ matrix.python-version }}
21+
- name: Set up Python ${{ matrix.python-version }}
2222
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: pip
26-
- name: Setup latest uv
26+
- name: Set up latest uv
2727
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78
2828
with:
2929
version: 0.11.6

0 commit comments

Comments
 (0)