Skip to content

Commit 7839653

Browse files
committed
Switch branch to main
1 parent 601f644 commit 7839653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
submodules: 'recursive'
3131
- name: Install Effekt dependencies
32-
uses: effekt-lang/effekt/.github/actions/setup-effekt@master
32+
uses: effekt-lang/effekt/.github/actions/setup-effekt@main
3333
- name: Install other dependencies
3434
run: sudo apt-get install jq gzip
3535
- name: Checkout given commit
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout most recent commit
4141
if: "${{ github.event.inputs.effekt_commit == '' }}"
4242
run: |
43-
git -C effekt/ checkout master
43+
git -C effekt/ checkout main
4444
git -C effekt/ pull
4545
- name: Install Effekt
4646
run: cd effekt/ && sbt install

0 commit comments

Comments
 (0)