Skip to content

Commit

Permalink
chore: Bump README versions (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 17, 2023
1 parent a7a365d commit be78c40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build-and-publish:
uses: less-action/reusables/.github/workflows/python-publish.yaml@v8
uses: less-action/reusables/.github/workflows/python-publish.yaml@v9
with:
requirements_file: "setup.py"
secrets:
Expand All @@ -47,7 +47,7 @@ on:

jobs:
lint:
uses: less-action/reusables/.github/workflows/pre-commit.yaml@v8
uses: less-action/reusables/.github/workflows/pre-commit.yaml@v9
with:
python-version: "3.11"
```
Expand All @@ -70,5 +70,5 @@ on:
jobs:
check-build:
name: Check packaging
uses: less-action/reusables/.github/workflows/python-test-build.yaml@v8
uses: less-action/reusables/.github/workflows/python-test-build.yaml@v9
```

0 comments on commit be78c40

Please sign in to comment.