File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
env :
21
21
TFC_AWS_RUN_ROLE_ARN : ${{ secrets.amazon_role }}
22
22
steps :
23
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
24
with :
25
25
persist-credentials : false
26
26
72
72
env :
73
73
TFC_AWS_RUN_ROLE_ARN : ${{ secrets.amazon_role }}
74
74
steps :
75
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
76
76
with :
77
77
persist-credentials : false
78
78
@@ -120,7 +120,7 @@ jobs:
120
120
env :
121
121
TFC_AWS_RUN_ROLE_ARN : ${{ secrets.amazon_role }}
122
122
steps :
123
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124
124
with :
125
125
persist-credentials : false
126
126
@@ -160,7 +160,7 @@ jobs:
160
160
pull-requests : write
161
161
steps :
162
162
- name : Checkout code
163
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
163
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
164
164
with :
165
165
persist-credentials : false
166
166
You can’t perform that action at this time.
0 commit comments