Skip to content

Commit 497ed9b

Browse files
Merge pull request #9286 from rabbitmq/dependabot/github_actions/main/actions/checkout-4
2 parents fb91185 + 7992ee4 commit 497ed9b

14 files changed

+20
-20
lines changed

.github/workflows/check-build-system-equivalence.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 15
4242
steps:
4343
- name: CHECKOUT REPOSITORY
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
with:
4646
ref: ${{ github.event.inputs.ref || github.ref }}
4747
- name: CONFIGURE ERLANG
@@ -74,7 +74,7 @@ jobs:
7474
timeout-minutes: 15
7575
steps:
7676
- name: CHECKOUT REPOSITORY
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v4
7878
with:
7979
path: rabbitmq
8080
ref: ${{ github.event.inputs.ref || github.ref }}
@@ -112,7 +112,7 @@ jobs:
112112
timeout-minutes: 10
113113
steps:
114114
- name: CHECKOUT REPOSITORY
115-
uses: actions/checkout@v3
115+
uses: actions/checkout@v4
116116
with:
117117
path: rabbitmq-server
118118
ref: ${{ github.event.inputs.ref || github.ref }}

.github/workflows/gazelle-scheduled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 10
1919
steps:
2020
- name: CHECKOUT REPOSITORY
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
ref: ${{ matrix.target_branch }}
2424
- name: BAZEL RUN GAZELLE

.github/workflows/gazelle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
steps:
1515
- name: CHECKOUT REPOSITORY
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
ref: ${{ github.event.inputs.target_branch }}
1919
- name: BAZEL RUN GAZELLE

.github/workflows/oci-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Set up QEMU
1515
id: qemu

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
otp_version_id: 26
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
- name: Mount Bazel Cache
4545
uses: actions/[email protected]

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 120
2121
steps:
2222
- name: CHECKOUT REPOSITORY
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: CONFIGURE BAZEL
2525
run: |
2626
cat << EOF >> user.bazelrc
@@ -55,7 +55,7 @@ jobs:
5555
timeout-minutes: 120
5656
steps:
5757
- name: CHECKOUT REPOSITORY
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959
- name: CONFIGURE BAZEL
6060
run: |
6161
cat << EOF >> user.bazelrc
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-20.04
8383
steps:
8484
- name: CHECKOUT BAZEL
85-
uses: actions/checkout@v3
85+
uses: actions/checkout@v4
8686
with:
8787
repository: bazelbuild/bazel
8888
path: bazel

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 45
1414
steps:
1515
- name: CHECKOUT REPOSITORY
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: WAIT FOR OCI IMAGE WORKFLOW
1818
uses: lewagon/[email protected]
1919
with:

.github/workflows/test-erlang-git.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 120
1111
steps:
1212
- name: CHECKOUT REPOSITORY
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: MOUNT BAZEL CACHE
1515
uses: actions/[email protected]
1616
with:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-20.04
3535
steps:
3636
- name: CHECKOUT REPOSITORY
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
path: primary-umbrella
4040
#! - name: Setup tmate session
@@ -66,7 +66,7 @@ jobs:
6666
echo "version=${VERSION}" | tee -a $GITHUB_OUTPUT
6767
- name: CHECKOUT REPOSITORY (MIXED VERSION)
6868
if: env.exists != 'true'
69-
uses: actions/checkout@v3
69+
uses: actions/checkout@v4
7070
with:
7171
ref: v${{ steps.check.outputs.version }}
7272
path: secondary-umbrella
@@ -132,7 +132,7 @@ jobs:
132132
timeout-minutes: 120
133133
steps:
134134
- name: CHECKOUT REPOSITORY
135-
uses: actions/checkout@v3
135+
uses: actions/checkout@v4
136136
- name: MOUNT BAZEL CACHE
137137
uses: actions/[email protected]
138138
with:

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
DOCKER_NETWORK: rabbitmq_net
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
- name: Configure OTP & Elixir
4545
uses: erlef/[email protected]

0 commit comments

Comments
 (0)