Skip to content

Commit

Permalink
Merge 5afc114 into 77dba04
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
2 parents 77dba04 + 5afc114 commit d073671
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contains: Packj Audit Report
- uses: actions/[email protected]
- name: setting up python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
- name: install and configure poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: setting up python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
- name: check python formatting using black
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: setting up python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
- name: install and configure poetry ${{ matrix.poetry-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: checkout repository
uses: actions/[email protected]
- name: setting up python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
- name: initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: setting up python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
- name: install and configure poetry
Expand Down

0 comments on commit d073671

Please sign in to comment.