Skip to content

Commit 8ff09e4

Browse files
authored
Merge pull request #119 from katexochen/bump-pages-deploy
bump JamesIves/github-pages-deploy-action
2 parents 9f77b1d + 93a9fff commit 8ff09e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)