diff --git a/.github/workflows/chore.yml b/.github/workflows/chore.yml index 25a4b84..1844e3d 100644 --- a/.github/workflows/chore.yml +++ b/.github/workflows/chore.yml @@ -28,7 +28,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Post comment about invalid PR title if: failure() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: conventional-commit-pr-title message: | @@ -45,7 +45,7 @@ jobs: - name: Delete comment about invalid PR title if: success() - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: conventional-commit-pr-title delete: true @@ -58,7 +58,7 @@ jobs: pull-requests: write steps: - name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }} - uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 + uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 with: disable-releaser: ${{ github.event_name == 'pull_request_target' }} disable-autolabeler: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ade502b..2fbdba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e + uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 with: environments: default lint - name: pre-commit @@ -42,7 +42,7 @@ jobs: - name: Checkout branch uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 - name: Set up pixi - uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e + uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 with: environments: ${{ matrix.environment }} - name: Install repository