Skip to content

Commit df0b767

Browse files
Actions deps: manually apply #12630 #12631
1 parent bf4f7a4 commit df0b767

10 files changed

+12
-12
lines changed

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ecs-cli --version
6767
- name: AUTHENTICATE TO GOOGLE CLOUD
6868
if: steps.authorized.outputs.authorized == 'true'
69-
uses: google-github-actions/[email protected].6
69+
uses: google-github-actions/[email protected].7
7070
with:
7171
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7272
- name: CONFIGURE BAZEL

.github/workflows/templates/test-mixed-versions.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
https://builds.hex.pm
9797
https://cdn.jsdelivr.net/hex
9898
- name: AUTHENTICATE TO GOOGLE CLOUD
99-
uses: google-github-actions/[email protected].6
99+
uses: google-github-actions/[email protected].7
100100
with:
101101
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
102102
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/templates/test.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
7575
- name: AUTHENTICATE TO GOOGLE CLOUD
76-
uses: google-github-actions/[email protected].6
76+
uses: google-github-actions/[email protected].7
7777
with:
7878
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7979
- name: REPO CACHE

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
https://cdn.jsdelivr.net/hex
5959
6060
- name: Authenticate To Google Cloud
61-
uses: google-github-actions/[email protected].6
61+
uses: google-github-actions/[email protected].7
6262
with:
6363
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6464

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
https://cdn.jsdelivr.net/hex
3939
4040
- name: Authenticate To Google Cloud
41-
uses: google-github-actions/[email protected].6
41+
uses: google-github-actions/[email protected].7
4242
with:
4343
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
4444

@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
IMAGE_TAG=$(find PACKAGES/rabbitmq-server-generic-unix-*.tar.xz | awk -F 'PACKAGES/rabbitmq-server-generic-unix-|.tar.xz' '{print $2}')
6262
RABBITMQ_DOCKER_IMAGE=pivotalrabbitmq/rabbitmq:$IMAGE_TAG \
63-
${SELENIUM_DIR}/run-suites.sh short-suite-management-ui
63+
${SELENIUM_DIR}/run-suites.sh short-suite-management-ui
6464
mkdir -p /tmp/full-suite
6565
mv /tmp/selenium/* /tmp/full-suite
6666
mkdir -p /tmp/full-suite/logs

.github/workflows/test-management-ui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
https://cdn.jsdelivr.net/hex
5353
5454
- name: Authenticate To Google Cloud
55-
uses: google-github-actions/[email protected].6
55+
uses: google-github-actions/[email protected].7
5656
with:
5757
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5858

@@ -71,7 +71,7 @@ jobs:
7171
docker build -t mocha-test --target test .
7272
7373
- name: Run short ui suite on a 3-node rabbitmq cluster
74-
run: |
74+
run: |
7575
IMAGE_TAG=$(find PACKAGES/rabbitmq-server-generic-unix-*.tar.xz | awk -F 'PACKAGES/rabbitmq-server-generic-unix-|.tar.xz' '{print $2}')
7676
RABBITMQ_DOCKER_IMAGE=pivotalrabbitmq/rabbitmq:$IMAGE_TAG \
7777
${SELENIUM_DIR}/run-suites.sh short-suite-management-ui

.github/workflows/test-mixed-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
https://builds.hex.pm
7373
https://cdn.jsdelivr.net/hex
7474
- name: AUTHENTICATE TO GOOGLE CLOUD
75-
uses: google-github-actions/[email protected].6
75+
uses: google-github-actions/[email protected].7
7676
with:
7777
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
7878
- name: BUILD SECONDARY UMBRELLA ARCHIVE

.github/workflows/test-plugin-mixed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
https://builds.hex.pm
5252
https://cdn.jsdelivr.net/hex
5353
- name: AUTHENTICATE TO GOOGLE CLOUD
54-
uses: google-github-actions/[email protected].6
54+
uses: google-github-actions/[email protected].7
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: CONFIGURE BAZEL

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
https://builds.hex.pm
5252
https://cdn.jsdelivr.net/hex
5353
- name: AUTHENTICATE TO GOOGLE CLOUD
54-
uses: google-github-actions/[email protected].6
54+
uses: google-github-actions/[email protected].7
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: CONFIGURE BAZEL

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
5353
- name: AUTHENTICATE TO GOOGLE CLOUD
54-
uses: google-github-actions/[email protected].6
54+
uses: google-github-actions/[email protected].7
5555
with:
5656
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5757
- name: REPO CACHE

0 commit comments

Comments
 (0)