Skip to content

Commit bd6154e

Browse files
Bump actions/checkout from 2 to 4 (#499)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb4be70 commit bd6154e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-add-compiler-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
- name: Activate Ruby 2.7
4545
uses: ruby/setup-ruby@v1
4646
with:

.github/workflows/test-add-replica-matrix.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
- name: Activate Ruby 2.7
4545
uses: ruby/setup-ruby@v1
4646
with:

0 commit comments

Comments
 (0)