Skip to content

Commit 80cf9ea

Browse files
committed
Update pipx-install-action action version
1 parent 28781e9 commit 80cf9ea

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install Python tools
24-
uses: BrandonLWhite/pipx-install-action@v0.1.1
24+
uses: BrandonLWhite/pipx-install-action@v1.0.1
2525
- name: Setup Python with poetry caching
2626
# poetry cache requires poetry to already be installed, weirdly
2727
uses: actions/setup-python@v5

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Install Python tools
12-
uses: BrandonLWhite/pipx-install-action@v0.1.1
12+
uses: BrandonLWhite/pipx-install-action@v1.0.1
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: 3.9

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
- name: Install Python tools
56-
uses: BrandonLWhite/pipx-install-action@v0.1.1
56+
uses: BrandonLWhite/pipx-install-action@v1.0.1
5757
- uses: actions/setup-python@v5
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v4
7676
- name: Install Python tools
77-
uses: BrandonLWhite/pipx-install-action@v0.1.1
77+
uses: BrandonLWhite/pipx-install-action@v1.0.1
7878
- uses: actions/setup-python@v5
7979
with:
8080
python-version: ${{ env.PYTHON_VERSION }}
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696
- name: Install Python tools
97-
uses: BrandonLWhite/pipx-install-action@v0.1.1
97+
uses: BrandonLWhite/pipx-install-action@v1.0.1
9898
- uses: actions/setup-python@v5
9999
with:
100100
python-version: ${{ env.PYTHON_VERSION }}
@@ -118,7 +118,7 @@ jobs:
118118
steps:
119119
- uses: actions/checkout@v4
120120
- name: Install Python tools
121-
uses: BrandonLWhite/pipx-install-action@v0.1.1
121+
uses: BrandonLWhite/pipx-install-action@v1.0.1
122122
- uses: actions/setup-python@v5
123123
with:
124124
python-version: ${{ env.PYTHON_VERSION }}

.github/workflows/make_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Install Python tools
22-
uses: BrandonLWhite/pipx-install-action@v0.1.1
22+
uses: BrandonLWhite/pipx-install-action@v1.0.1
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ env.PYTHON_VERSION }}
@@ -50,7 +50,7 @@ jobs:
5050
ref: ${{ env.NEW_TAG }}
5151

5252
- name: Install Python tools
53-
uses: BrandonLWhite/pipx-install-action@v0.1.1
53+
uses: BrandonLWhite/pipx-install-action@v1.0.1
5454
- uses: actions/setup-python@v5
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)