mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Update pipx-install-action action version
This commit is contained in:
parent
28781e9077
commit
80cf9ea888
4 changed files with 8 additions and 8 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- name: Setup Python with poetry caching
|
- name: Setup Python with poetry caching
|
||||||
# poetry cache requires poetry to already be installed, weirdly
|
# poetry cache requires poetry to already be installed, weirdly
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
|
||||||
2
.github/workflows/integration_test.yaml
vendored
2
.github/workflows/integration_test.yaml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
|
||||||
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
@ -94,7 +94,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
|
||||||
4
.github/workflows/make_release.yaml
vendored
4
.github/workflows/make_release.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
ref: ${{ env.NEW_TAG }}
|
ref: ${{ env.NEW_TAG }}
|
||||||
|
|
||||||
- name: Install Python tools
|
- name: Install Python tools
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v1.0.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue