diff --git a/.github/workflows/pr-sort.yml b/.github/workflows/pr-sort.yml index 9518774625a..7ee6851e174 100644 --- a/.github/workflows/pr-sort.yml +++ b/.github/workflows/pr-sort.yml @@ -20,7 +20,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.8.1 + uses: prefix-dev/setup-pixi@v0.8.2 - name: Run sort command run: pixi run sort diff --git a/.github/workflows/recurring-sort.yml b/.github/workflows/recurring-sort.yml index e3a31d008bf..21a3535ca29 100644 --- a/.github/workflows/recurring-sort.yml +++ b/.github/workflows/recurring-sort.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Pixi - uses: prefix-dev/setup-pixi@v0.8.1 + uses: prefix-dev/setup-pixi@v0.8.2 - name: Run links command run: pixi run sort @@ -44,7 +44,7 @@ jobs: This PR was automatically generated by the Update workflow. branch: automated/sort-conferences delete-branch: true - + - name: Auto merge if: steps.create_pr.outputs.pull-request-operation == 'created' run: gh pr merge --merge --auto "${{ steps.create_pr.outputs.pull-request-number }}"