File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ runs:
170170 INPUT_TOKEN : ${{ inputs.token }}
171171 INPUT__INTERNAL-STRICT-MODE : ${{ inputs._internal-strict-mode }}
172172 - name : Save PR Body as file
173- uses :
DamianReeves/[email protected] 173+ uses : DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
174174 with :
175175 path : pr_body.template
176176 contents : ${{ inputs.pr-body }}
@@ -191,7 +191,7 @@ runs:
191191 output-filename : " pr_body.txt"
192192 - name : Read pr_body.txt
193193 id : pr_body
194- uses : juliangruber/read-file-action@v1
194+ uses : juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # v1.1.7
195195 with :
196196 path : " pr_body.txt"
197197 # We need to remove the pr_body files so that the
You can’t perform that action at this time.
0 commit comments