Skip to content

Commit

Permalink
Update suzuki-shunsuke/lock-action action to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 3790996 commit b794e26
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@58ae637853d3fae20a174bad7b9dee2045a319b5 # v0.1.4
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@58ae637853d3fae20a174bad7b9dee2045a319b5 # v0.1.4
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@58ae637853d3fae20a174bad7b9dee2045a319b5 # v0.1.4
id: check
with:
mode: check
Expand Down

0 comments on commit b794e26

Please sign in to comment.