From d8e735cdd821478b1bb1a2199b182f3a0736f767 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 22 Jan 2023 16:47:57 -0600 Subject: [PATCH] use v3 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40f6267..b3f731c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"