From 3098863c18a9ca6e34684d8eeabeeb44f2feaf68 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Mon, 7 Jun 2021 23:22:44 +0100 Subject: [PATCH] docs: Update examples to use `v1` release tag (#13) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeca6b5..6a2bfa0 100644 --- a/README.md +++ b/README.md @@ -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 }} @@ -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