Skip to content

Commit

Permalink
Update Yet actions to v2 in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Sep 24, 2024
1 parent 5de013f commit 89434f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup CI Environment
uses: yetanalytics/action-setup-env@v1
uses: yetanalytics/action-setup-env@v2

- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}

0 comments on commit 89434f2

Please sign in to comment.