Skip to content

Commit dd101a5

Browse files
authored
Fix commons version usage (#10)
* Fix commons version
1 parent dc972cf commit dd101a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ runs:
310310
steps:
311311
- name: Deploy with BitOps
312312
id: deploy
313-
uses: bitovi/github-actions-commons@main
313+
uses: bitovi/github-actions-commons@v2
314314
with:
315315
# Current repo vars
316316
gh_action_repo: ${{ github.action_path }}

0 commit comments

Comments
 (0)