Skip to content

Commit

Permalink
Update suzuki-shunsuke/lock-action action to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 2a70b05 commit a582d89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contains(fromJSON('["lock", "unlock", "check"]'), inputs.action)
steps:
- name: ${{inputs.action}} ${{inputs.key}}
uses: suzuki-shunsuke/lock-action@95020dd05b8976fd85ad4d777411a41d2d2928fa # v0.1.1
uses: suzuki-shunsuke/lock-action@227f207d49a2dd5698e385716517af847886172b # v0.1.2
id: lock
with:
mode: ${{inputs.action}}
Expand All @@ -63,7 +63,7 @@ jobs:
contents: write
steps:
- name: Acquire the lock before running terraform apply
uses: suzuki-shunsuke/lock-action@95020dd05b8976fd85ad4d777411a41d2d2928fa # v0.1.1
uses: suzuki-shunsuke/lock-action@227f207d49a2dd5698e385716517af847886172b # v0.1.2
with:
mode: lock
key: ${{inputs.key}}
Expand All @@ -82,7 +82,7 @@ jobs:
contents: read
steps:
- name: Check if the key is being locked
uses: suzuki-shunsuke/lock-action@95020dd05b8976fd85ad4d777411a41d2d2928fa # v0.1.1
uses: suzuki-shunsuke/lock-action@227f207d49a2dd5698e385716517af847886172b # v0.1.2
id: check
with:
mode: check
Expand Down

0 comments on commit a582d89

Please sign in to comment.