Skip to content

Commit

Permalink
update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
WaylonWalker committed Jan 2, 2024
1 parent 99095ff commit 2f34529
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-markata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
release-markata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: waylonwalker/hatch-action@v3
with:
before-command: "lint-format"
env:
# required for gh release
GH_TOKEN: ${{ github.token }}

0 comments on commit 2f34529

Please sign in to comment.