Skip to content

Commit

Permalink
Bump fizyk/actions-reuse from 2.3.2 to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Oct 9, 2023
2 parents 838b48e + d6774e3 commit 3fff038
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.3.2
uses: fizyk/actions-reuse/.github/workflows/automerge-shared.yml@v2.4.0
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.3.2
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.3.2
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
with:
pipenv-install-options: "--skip-lock"
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,7 +10,7 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.3.2
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.11"
pipenv-install-options: "--skip-lock"
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.3.2
- uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: "3.11"
pipenv-install-options: "--skip-lock"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- v*
jobs:
build:
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.3.2
uses: fizyk/actions-reuse/.github/workflows/pypi.yml@v2.4.0
with:
publish: true
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
run: |
sudo apt-get install rabbitmq-server
- name: Run test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.3.2
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: ${{ matrix.python-version }}
pipenv-install-options: "--skip-lock"
command: pytest -n 0 --cov-report=xml
- name: Run xdist test
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.3.2
uses: fizyk/actions-reuse/.github/actions/pipenv@v2.4.0
with:
python-version: ${{ matrix.python-version }}
pipenv-install-options: "--skip-lock"
Expand Down

0 comments on commit 3fff038

Please sign in to comment.