Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fizyk/actions-reuse from 2.4.2 to 2.4.4 #612

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/pytest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ runs:
with:
elasticsearch-version: ${{ inputs.elasticsearch }}
- name: Run test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.1
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
with:
python-version: ${{ matrix.python-version }}
command: pytest --elasticsearch-executable=$ES_HOME/bin/elasticsearch -n 0 --cov-report=xml
- name: Run xdist test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.2.1
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
with:
python-version: ${{ matrix.python-version }}
command: pytest --elasticsearch-executable=$ES_HOME/bin/elasticsearch -n 1 --cov-report=xml:coverage-xdist.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
automerge:
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.2
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.4
secrets:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.2
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.4
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.2
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.4
with:
ruff: true
black: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.2
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
with:
python-version: "3.12"
command: tbump --dry-run --only-patch $(pipenv run tbump current-version)"-x"
towncrier:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.2
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.4
with:
python-version: "3.12"
command: towncrier check --compare-with origin/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.2
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.4
with:
publish: true
secrets:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/612.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated two missing occurrences of fizyk/actions-reuse
Loading