Skip to content

Commit a41645e

Browse files
committed
fix(workflows): move a legacy action
1 parent 61d2f57 commit a41645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-immutable-actions.yml renamed to .github/workflows-legacy/publish-immutable-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Publish
1919
id: publish
20-
uses: actions/publish-immutable-action@0.0.3
20+
uses: actions/publish-immutable-action@v0.0.4

0 commit comments

Comments
 (0)