File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ runs:
126126
127127 - name : Deploy preview directory
128128 if : env.deployment_action == 'deploy'
129- uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
129+ uses : JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
130130 with :
131131 token : ${{ inputs.token }}
132132 repository-name : ${{ inputs.deploy-repository }}
@@ -152,7 +152,7 @@ runs:
152152
153153 - name : Remove preview directory
154154 if : env.deployment_action == 'remove'
155- uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
155+ uses : JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
156156 with :
157157 token : ${{ inputs.token }}
158158 repository-name : ${{ inputs.deploy-repository }}
You can’t perform that action at this time.
0 commit comments