Skip to content

Commit

Permalink
Fix action version typo (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn authored Apr 15, 2024
1 parent 3e580e2 commit d4660a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
backend-changed: ${{ steps.changes.outputs.backend-changed }}
steps:
- name: Checkout
uses: actions/checkout@4.1.1
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down

0 comments on commit d4660a5

Please sign in to comment.