@@ -126,7 +126,7 @@ runs:
126126
127127 - name : Deploy preview directory
128128 if : env.deployment_action == 'deploy'
129- uses : JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
129+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
130130 with :
131131 token : ${{ inputs.token }}
132132 repository-name : ${{ inputs.deploy-repository }}
@@ -141,7 +141,7 @@ runs:
141141 env.deployment_action == 'deploy' &&
142142 env.deployment_status == 'success' &&
143143 (inputs.comment == 'true' || inputs.comment == true)
144- uses : marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
144+ uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
145145 with :
146146 header : pr-preview
147147 message : |
@@ -152,7 +152,7 @@ runs:
152152
153153 - name : Remove preview directory
154154 if : env.deployment_action == 'remove'
155- uses : JamesIves/github-pages-deploy-action@65b5dfd4f5bcd3a7403bbc2959c144256167464e # v4.5.0
155+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
156156 with :
157157 token : ${{ inputs.token }}
158158 repository-name : ${{ inputs.deploy-repository }}
@@ -167,7 +167,7 @@ runs:
167167 env.deployment_action == 'remove' &&
168168 env.deployment_status == 'success' &&
169169 (inputs.comment == 'true' || inputs.comment == true)
170- uses : marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
170+ uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
171171 with :
172172 header : pr-preview
173173 message : |
0 commit comments