Skip to content

Commit eaa5d55

Browse files
committed
Run pinact -u
1 parent fd4a2d4 commit eaa5d55

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/pr-claude-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pnpm install -g typescript @vue/compiler-sfc
4545
4646
- name: Run Claude PR Review
47-
uses: anthropics/claude-code-action@2817c54db8f44f3a0485d57292566bf07d428a25 # v1.0.37
47+
uses: anthropics/claude-code-action@ff34ce0ff04a470bd3fa56c1ef391c8f1c19f8e9 # v1.0.38
4848
with:
4949
label_trigger: 'claude-review'
5050
prompt: |

.github/workflows/release-draft-create.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ jobs:
7272
name: dist-files
7373
- name: Create release
7474
id: create_release
75-
uses: >-
76-
softprops/action-gh-release@v2
75+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
7776
env:
7877
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7978
with:
@@ -117,7 +116,7 @@ jobs:
117116
env:
118117
COMFYUI_FRONTEND_VERSION: ${{ needs.build.outputs.version }}
119118
- name: Publish pypi package
120-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
119+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
121120
with:
122121
password: ${{ secrets.PYPI_TOKEN }}
123122
packages-dir: comfyui_frontend_package/dist

.github/workflows/release-pypi-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
COMFYUI_FRONTEND_VERSION: ${{ format('{0}.dev{1}', needs.build.outputs.version, inputs.devVersion) }}
7575
- name: Publish pypi package
76-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
76+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
7777
with:
7878
password: ${{ secrets.PYPI_TOKEN }}
7979
packages-dir: comfyui_frontend_package/dist

.github/workflows/weekly-docs-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: Run Claude Documentation Review
52-
uses: anthropics/claude-code-action@2817c54db8f44f3a0485d57292566bf07d428a25 # v1.0.37
52+
uses: anthropics/claude-code-action@ff34ce0ff04a470bd3fa56c1ef391c8f1c19f8e9 # v1.0.38
5353
with:
5454
prompt: |
5555
Is all documentation still 100% accurate?

0 commit comments

Comments
 (0)