Skip to content

Commit df5ee67

Browse files
ci: bump the gh-actions group across 1 directory with 3 updates
Bumps the gh-actions group with 3 updates in the / directory: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment), [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `marocchino/sticky-pull-request-comment` from 2.9.4 to 3.0.4 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@7737449...0ea0beb) Updates `release-drafter/release-drafter` from 6.2.0 to 7.2.1 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@6db134d...563bf13) Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@a0af7a2...1b2de7f) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: release-drafter/release-drafter dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79b62a1 commit df5ee67

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/chore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ github.token }}
2929
- name: Post comment about invalid PR title
3030
if: failure()
31-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
31+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0
3232
with:
3333
header: conventional-commit-pr-title
3434
message: |
@@ -45,7 +45,7 @@ jobs:
4545
</details>
4646
- name: Delete comment about invalid PR title
4747
if: success()
48-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
48+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0
4949
with:
5050
header: conventional-commit-pr-title
5151
delete: true
@@ -58,7 +58,7 @@ jobs:
5858
pull-requests: write
5959
steps:
6060
- name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }}
61-
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97
61+
uses: release-drafter/release-drafter@563bf132657a13ded0b01fcb723c5a58cdd824e2
6262
with:
6363
disable-releaser: ${{ github.event_name == 'pull_request_target' }}
6464
disable-autolabeler: ${{ github.event_name == 'push' }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Set up pixi
25-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e
25+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0
2626
with:
2727
environments: default lint
2828
- name: pre-commit
@@ -42,7 +42,7 @@ jobs:
4242
- name: Checkout branch
4343
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
4444
- name: Set up pixi
45-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e
45+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0
4646
with:
4747
environments: ${{ matrix.environment }}
4848
- name: Install repository

0 commit comments

Comments
 (0)