Skip to content

Commit

Permalink
Prepare for v1.0-alpha-6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Oct 31, 2022
1 parent 844166f commit 9709ba4
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/gh-action-mutex@v1.0-alpha-5
uses: ben-z/gh-action-mutex@v1.0-alpha-6
- run: |
echo "I am protected!"
sleep 5
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up mutex
uses: ben-z/gh-action-mutex@v1.0-alpha-5
uses: ben-z/gh-action-mutex@v1.0-alpha-6
with:
branch: another-mutex
- run: |
Expand Down

0 comments on commit 9709ba4

Please sign in to comment.