Skip to content

Commit 3ed1422

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#82)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4ca48e commit 3ed1422

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/AWS-EC2-Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV
115115
116116
- name: Check out repository code
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118
with:
119119
ref: ${{ env.THIS_REPO_BRANCH }}
120120

.github/workflows/Azure-Compute-Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "ARM_TENANT_ID=${{ steps.secrets.outputs.ARM_TENANT_ID }}" >> $GITHUB_ENV
115115
116116
- name: Check out repository code
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118
with:
119119
ref: ${{ env.THIS_REPO_BRANCH }}
120120

.github/workflows/GCP-Compute-Tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV
108108
109109
- name: Check out repository code
110-
uses: actions/checkout@v3
110+
uses: actions/checkout@v4
111111
with:
112112
ref: ${{ env.THIS_REPO_BRANCH }}
113113

0 commit comments

Comments
 (0)