Skip to content

Commit

Permalink
Update uses tag to v1.0-alpha-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Mar 26, 2022
1 parent e3021d3 commit a6ddff2
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 @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up mutex
uses: ben-z/[email protected]2
uses: ben-z/[email protected]3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: |
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up mutex
uses: ben-z/[email protected]2
uses: ben-z/[email protected]3
with:
branch: another-mutex
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a6ddff2

Please sign in to comment.