Skip to content

Commit 3c713ca

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e250003 commit 3c713ca

13 files changed

+18
-18
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@v4
44+
uses: actions/checkout@v5
4545
with:
4646
ref: ${{ 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@v4
77+
uses: actions/checkout@v5
7878
with:
7979
path: rabbitmq
8080
ref: ${{ inputs.ref || github.ref }}
@@ -112,7 +112,7 @@ jobs:
112112
timeout-minutes: 10
113113
steps:
114114
- name: CHECKOUT REPOSITORY
115-
uses: actions/checkout@v4
115+
uses: actions/checkout@v5
116116
with:
117117
path: rabbitmq-server
118118
ref: ${{ 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@v4
21+
uses: actions/checkout@v5
2222
with:
2323
ref: ${{ matrix.target_branch }}
2424
- name: Configure Erlang

.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@v4
16+
uses: actions/checkout@v5
1717
with:
1818
ref: ${{ github.event.inputs.target_branch }}
1919
- name: Configure Erlang

.github/workflows/ibm-mq-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535

3636
- name: Checkout ibm-mqadvanced-server-dev
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
repository: ${{ env.IBM_MQ_REPOSITORY }}
4040
ref: ${{ env.IBM_MQ_BRANCH_NAME }}

.github/workflows/oci-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
- name: Checkout
3030
if: steps.authorized.outputs.authorized == 'true'
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: Configure Erlang
3333
if: steps.authorized.outputs.authorized == 'true'
3434
uses: erlef/setup-beam@v1
@@ -65,7 +65,7 @@ jobs:
6565
platform=${{ matrix.platform }}
6666
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
6767
- name: Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
- name: Download package-generic-unix
7070
uses: actions/download-artifact@v4
7171
with:

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
- name: CHECKOUT REPOSITORY
2929
if: steps.authorized.outputs.authorized == 'true'
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- uses: docker/metadata-action@v5
3232
if: steps.authorized.outputs.authorized == 'true'
3333
id: metadata

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
DOCKER_NETWORK: rabbitmq_net
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Configure OTP & Elixir
5252
uses: erlef/[email protected]

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-22.04
3434
steps:
3535
- name: CHECKOUT REPOSITORY
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
path: primary-umbrella
3939
- name: CHECK FOR ARCHIVE ON S3
@@ -63,7 +63,7 @@ jobs:
6363
echo "version=${VERSION}" | tee -a $GITHUB_OUTPUT
6464
- name: CHECKOUT REPOSITORY (MIXED VERSION)
6565
if: env.exists != 'true'
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
with:
6868
ref: v${{ steps.check.outputs.version }}
6969
path: secondary-umbrella
@@ -122,7 +122,7 @@ jobs:
122122
repo_cache_key: ${{ steps.repo-cache-key.outputs.value }}
123123
steps:
124124
- name: CHECKOUT REPOSITORY
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v5
126126
- name: SETUP ERLANG/ELIXIR
127127
uses: erlef/setup-beam@v1
128128
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ inputs.repo_cache_key }}
4545
path: /home/runner/repo-cache/
4646
- name: CHECKOUT REPOSITORY
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
- name: CONFIGURE OTP & ELIXIR
4949
uses: erlef/[email protected]
5050
with:

.github/workflows/test-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ inputs.repo_cache_key }}
4242
path: /home/runner/repo-cache/
4343
- name: CHECKOUT REPOSITORY
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
- name: CONFIGURE OTP & ELIXIR
4646
uses: erlef/[email protected]
4747
with:

0 commit comments

Comments
 (0)