File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV
115
115
116
116
- name : Check out repository code
117
- uses : actions/checkout@v3
117
+ uses : actions/checkout@v4
118
118
with :
119
119
ref : ${{ env.THIS_REPO_BRANCH }}
120
120
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
echo "ARM_TENANT_ID=${{ steps.secrets.outputs.ARM_TENANT_ID }}" >> $GITHUB_ENV
115
115
116
116
- name : Check out repository code
117
- uses : actions/checkout@v3
117
+ uses : actions/checkout@v4
118
118
with :
119
119
ref : ${{ env.THIS_REPO_BRANCH }}
120
120
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
echo "TF_VAR_PUBLIC_KEY=${{ steps.secrets.outputs.TF_VAR_PUBLIC_KEY }}" >> $GITHUB_ENV
108
108
109
109
- name : Check out repository code
110
- uses : actions/checkout@v3
110
+ uses : actions/checkout@v4
111
111
with :
112
112
ref : ${{ env.THIS_REPO_BRANCH }}
113
113
You can’t perform that action at this time.
0 commit comments