Skip to content

Commit 89fcfdd

Browse files
dependabot[bot]mergify-bot
authored andcommitted
Bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94affbe commit 89fcfdd

8 files changed

+12
-12
lines changed

.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-max
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2.3.5
42+
uses: actions/checkout@v2.4.0
4343

4444
- name: Load version info
4545
id: load-info

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 120
1717
steps:
1818
- name: CHECKOUT REPOSITORY
19-
uses: actions/checkout@v2.3.5
19+
uses: actions/checkout@v2.4.0
2020
- name: CONFIGURE BAZEL
2121
run: |
2222
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -45,7 +45,7 @@ jobs:
4545
timeout-minutes: 120
4646
steps:
4747
- name: CHECKOUT REPOSITORY
48-
uses: actions/checkout@v2.3.5
48+
uses: actions/checkout@v2.4.0
4949
- name: CONFIGURE BAZEL
5050
run: |
5151
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: CHECKOUT BAZEL
76-
uses: actions/checkout@v2.3.5
76+
uses: actions/checkout@v2.4.0
7777
with:
7878
repository: bazelbuild/bazel
7979
path: bazel

.github/workflows/rabbitmq_peer_discovery_aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 45
2020
steps:
2121
- name: CHECKOUT REPOSITORY
22-
uses: actions/checkout@v2.3.5
22+
uses: actions/checkout@v2.4.0
2323
- name: WAIT FOR OCI IMAGE WORKFLOW
2424
uses: lewagon/[email protected]
2525
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@v2.3.5
13+
uses: actions/checkout@v2.4.0
1414
- name: UPDATE RBE IMAGE SHA
1515
env:
1616
IMAGE: pivotalrabbitmq/rabbitmq-server-buildenv

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
timeout-minutes: 120
3535
steps:
3636
- name: CHECKOUT REPOSITORY
37-
uses: actions/checkout@v2.3.5
37+
uses: actions/checkout@v2.4.0
3838
- name: CONFIGURE BAZEL
3939
run: |
4040
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 60
6767
steps:
6868
- name: CHECKOUT REPOSITORY
69-
uses: actions/checkout@v2.3.5
69+
uses: actions/checkout@v2.4.0
7070
- name: CONFIGURE OTP & ELIXIR
7171
uses: erlef/[email protected]
7272
with:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 120
2727
steps:
2828
- name: CHECKOUT REPOSITORY
29-
uses: actions/checkout@v2.3.5
29+
uses: actions/checkout@v2.4.0
3030
- name: CONFIGURE BAZEL
3131
run: |
3232
echo "${{ secrets.BUILDBUDDY_CERT }}" > buildbuddy-cert.pem
@@ -60,7 +60,7 @@ jobs:
6060
timeout-minutes: 60
6161
steps:
6262
- name: CHECKOUT REPOSITORY
63-
uses: actions/checkout@v2.3.5
63+
uses: actions/checkout@v2.4.0
6464
- name: CONFIGURE OTP & ELIXIR
6565
uses: erlef/[email protected]
6666
with:

.github/workflows/update-otp-for-oci.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@v2.3.5
21+
uses: actions/checkout@v2.4.0
2222
- name: SKIP IF THE PR ALREADY EXISTS
2323
id: check-for-branch
2424
run: |

.github/workflows/update-rbe-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- name: CHECKOUT REPOSITORY
24-
uses: actions/checkout@v2.3.5
24+
uses: actions/checkout@v2.4.0
2525
- name: SKIP IF THE PR ALREADY EXISTS
2626
id: check-for-branch
2727
run: |

0 commit comments

Comments
 (0)