Skip to content

Commit

Permalink
Prepare for v1.0.0-alpha.9 release and switch to semver
Browse files Browse the repository at this point in the history
Resolves #19
  • Loading branch information
ben-z authored Mar 1, 2024
1 parent 5baf892 commit d3d5b35
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-8
uses: ben-z/gh-action-mutex@v1.0.0-alpha.9
- 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-8
uses: ben-z/gh-action-mutex@v1.0.0-alpha.9
with:
branch: another-mutex
- run: |
Expand Down

0 comments on commit d3d5b35

Please sign in to comment.