Skip to content

Commit 988fad2

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 cea3d62 commit 988fad2

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.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-arm64-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
- name: Checkout
3939
if: steps.authorized.outputs.authorized == 'true'
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Configure Erlang
4242
if: steps.authorized.outputs.authorized == 'true'
4343
uses: erlef/setup-beam@v1
@@ -70,7 +70,7 @@ jobs:
7070
platform=${{ matrix.platform }}
7171
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
7272
- name: Checkout
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
- name: Download package-generic-unix
7575
uses: actions/download-artifact@v4
7676
with:

.github/workflows/oci-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
- name: Checkout
5151
if: steps.authorized.outputs.authorized == 'true'
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- name: Configure Erlang
5454
if: steps.authorized.outputs.authorized == 'true'
5555
uses: erlef/setup-beam@v1
@@ -78,7 +78,7 @@ jobs:
7878
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
- name: Download package-generic-unix
8383
uses: actions/download-artifact@v4
8484
with:

.github/workflows/rabbitmq_peer_discovery_aws.yaml

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

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DOCKER_NETWORK: rabbitmq_net
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
- name: Configure OTP & Elixir
4848
uses: erlef/[email protected]

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 30
2929
steps:
3030
- name: CHECKOUT REPOSITORY
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: FETCH TAGS
3434
run: git fetch --tags

.github/workflows/test-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 30
3232
steps:
3333
- name: CHECKOUT REPOSITORY
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: FETCH TAGS
3737
run: git fetch --tags

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
DOCKER_NETWORK: rabbitmq_net
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Configure OTP & Elixir
3232
uses: erlef/[email protected]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
DOCKER_NETWORK: rabbitmq_net
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
- name: Configure OTP & Elixir
4242
uses: erlef/[email protected]

0 commit comments

Comments
 (0)