Skip to content

Commit c096404

Browse files
Merge pull request #1807 from rabbitmq/dependabot/github_actions/ben-z/gh-action-mutex-1.0.0.pre.alpha.10
2 parents 37ab4d1 + 44301d9 commit c096404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
if: ${{ github.event_name != 'pull_request' }}
410410
needs: build_operator
411411
permissions:
412-
# Required by ben-z/gh-action-mutex@v1.0.0-alpha.9
412+
# Required by ben-z/gh-action-mutex@v1.0.0-alpha.10
413413
contents: 'write'
414414
# Required by google-github-actions/auth@v2
415415
# Required by google-github-actions/get-gke-credentials@v2
@@ -425,7 +425,7 @@ jobs:
425425
check-latest: true
426426

427427
- name: Acquire lock for ci-bunny-1
428-
uses: ben-z/gh-action-mutex@v1.0.0-alpha.9
428+
uses: ben-z/gh-action-mutex@v1.0.0-alpha.10
429429
with:
430430
branch: lock-ci-bunny-1
431431

.github/workflows/testing_and_publishing_OLM_bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
only: ytt, kbld
148148

149149
- name: Protect access to the cluster with a mutex
150-
uses: ben-z/gh-action-mutex@v1.0.0-alpha.9
150+
uses: ben-z/gh-action-mutex@v1.0.0-alpha.10
151151
with:
152152
branch: openshift-lock
153153

0 commit comments

Comments
 (0)