Skip to content

Commit

Permalink
Merge pull request #200 from eshwen/dependabot/github_actions/eshwen/…
Browse files Browse the repository at this point in the history
…adrenaline-0.5.0

Bump eshwen/adrenaline from 0.4.0 to 0.5.0
  • Loading branch information
eshwen authored May 1, 2024
2 parents b76dbf8 + 511edff commit 49c27be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: eshwen/adrenaline/builder@v0.4.0
- uses: eshwen/adrenaline/builder@v0.5.0
with:
python-version: '3.10'
install-dev-deps: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
lint:
uses: eshwen/adrenaline/.github/workflows/python-quality-check.yml@v0.4.0
uses: eshwen/adrenaline/.github/workflows/python-quality-check.yml@v0.5.0
with:
python-version: '3.10'
path: 'my_project/'

0 comments on commit 49c27be

Please sign in to comment.