Skip to content

Commit

Permalink
Prep for v1.0-alpha-7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Dec 16, 2022
1 parent e1f8b7b commit 4b87e07
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-6
uses: ben-z/gh-action-mutex@v1.0-alpha-7
- 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-6
uses: ben-z/gh-action-mutex@v1.0-alpha-7
with:
branch: another-mutex
- run: |
Expand Down

0 comments on commit 4b87e07

Please sign in to comment.