Skip to content

Commit f93780c

Browse files
committed
Update Yet deploy actions to v2
1 parent 4d0e548 commit f93780c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup CD Environment
17-
uses: yetanalytics/action-setup-env@v1
17+
uses: yetanalytics/action-setup-env@v2
1818

1919
- name: Extract version
2020
id: version
2121
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT
2222

2323
- name: Build and deploy to Clojars
24-
uses: yetanalytics/action-deploy-clojars@v1
24+
uses: yetanalytics/action-deploy-clojars@v2
2525
with:
2626
artifact-id: 'xapi-schema'
2727
src-dirs: '["src"]'

0 commit comments

Comments
 (0)