Skip to content

Commit

Permalink
Bump fizyk/actions-reuse from 2.4.7 to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
merger-application[bot] authored Oct 9, 2024
2 parents 5f92716 + 0f6bf78 commit 41c8dfc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
secrets:
app_id: ${{ secrets.MERGE_APP_ID }}
private_key: ${{ secrets.MERGE_APP_PRIVATE_KEY }}
Expand Down
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/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
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:
linters:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
with:
pipenv-install-options: "--skip-lock"
mypy: 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/[email protected].7
- uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: "3.12"
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/[email protected].7
- uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: "3.12"
pipenv-install-options: "--skip-lock"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: fizyk/actions-reuse/.github/actions/[email protected].7
- uses: fizyk/actions-reuse/.github/actions/[email protected].8
with:
python-version: "3.12"
pipenv-install-options: "--skip-lock"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/[email protected].7
uses: fizyk/actions-reuse/.github/workflows/[email protected].8
with:
pipenv-install-options: "--skip-lock"
python-versions: '["3.10", "3.11", "3.12"]'
Expand Down

0 comments on commit 41c8dfc

Please sign in to comment.