use v3
This commit is contained in:
parent
e288594133
commit
d8e735cdd8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -6,7 +6,7 @@ name: Use hatch-version-action
|
|||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||
push:
|
||||
branches: [ "*" ]
|
||||
branches: ["*"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- uses: waylonwalker/hatch-version-action@v1
|
||||
- uses: waylonwalker/hatch-version-action@v3
|
||||
with:
|
||||
before-command: "test-lint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue