Skip to content

Commit 41b14f7

Browse files
build(deps): bump jdx/mise-action from 2 to 3 (#7)
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 3. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v2...v3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1e5843 commit 41b14f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_publish_release_please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: needs.release-please.outputs.release_created
2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: jdx/mise-action@v2
25+
- uses: jdx/mise-action@v3
2626
- uses: iloveitaly/github-action-direnv-load-and-mask@master
2727
- run: uv build
2828
- run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v4
48-
- uses: jdx/mise-action@v2
48+
- uses: jdx/mise-action@v3
4949
- run: direnv allow . && direnv export gha >> "$GITHUB_ENV"
5050
- run: uv sync
5151

0 commit comments

Comments
 (0)