Skip to content

Commit f15fefd

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release), [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `softprops/action-gh-release` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@c95fe14...da05d55) Updates `prefix-dev/setup-pixi` from 0.8.3 to 0.8.8 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@9281528...19eac09) Updates `codecov/codecov-action` from 5.4.0 to 5.4.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@0565863...ad3126e) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aaa93eb commit f15fefd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git tag v${{ needs.build.outputs.new-version }}
6060
git push origin v${{ needs.build.outputs.new-version }}
6161
- name: Create release
62-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
62+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
6363
with:
6464
generate_release_notes: true
6565
tag_name: v${{ needs.build.outputs.new-version }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- py312
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d
33+
- uses: prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da
3434
with:
3535
environments: ${{ matrix.env }}
3636
- name: Install repository
@@ -43,7 +43,7 @@ jobs:
4343
report-title: ${{ matrix.env }}
4444
- name: Upload coverage reports to Codecov
4545
if: matrix.env == 'py312'
46-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
46+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
4747
env:
4848
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4949
file: ./coverage.xml

0 commit comments

Comments
 (0)