Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit fdcdb77

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Clone all of the repos needed.
7373
# We need the crd-operator-scaling, cnf-certification-test, and cnf-certification-test-partner repos.
7474
- name: Check out crd-operator-scaling code
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676
with:
7777
ref: ${{ github.sha }}
7878

@@ -81,7 +81,7 @@ jobs:
8181
run: make docker-build IMG=${OPERATOR_IMAGE_NAME}:${OPERATOR_LOCAL_TEST_IMAGE_TAG}
8282

8383
- name: Check out `cnf-certification-test-partner`
84-
uses: actions/checkout@v3
84+
uses: actions/checkout@v4
8585
with:
8686
repository: test-network-function/cnf-certification-test-partner
8787
path: cnf-certification-test-partner
@@ -118,7 +118,7 @@ jobs:
118118

119119
# Run the cnf-certification-test repo as a container
120120
- name: Check out `cnf-certification-test`
121-
uses: actions/checkout@v3
121+
uses: actions/checkout@v4
122122
with:
123123
repository: test-network-function/cnf-certification-test
124124
path: cnf-certification-test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Clone the operator repo.
3333
- name: Check out crd-operator-scaling code
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
ref: ${{ github.ref_name }}
3737

0 commit comments

Comments
 (0)