Skip to content

Commit

Permalink
docs: Update examples to use v1 release tag (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink authored Jun 7, 2021
1 parent 0c8ff62 commit 3098863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test actor is @shrink
uses: pr-mpt/actions-assert@v0
uses: pr-mpt/actions-assert@v1
with:
assertion: npm://@assertions/is-equal
actual: ${{ github.actor }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
major: true
minor: false
- name: Assert alias is prefixed
uses: pr-mpt/actions-assert@v0
uses: pr-mpt/actions-assert@v1
with:
assertion: npm://@assertions/starts-with
each: true
Expand Down

0 comments on commit 3098863

Please sign in to comment.