Skip to content

Commit 40c87ba

Browse files
⬆️ Pin pypa/hatch action to 257e27e (#126)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/hatch](https://redirect.github.com/pypa/hatch) | action | pinDigest | → `257e27e` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tr4nt0r/python-xbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45MS41IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOnJlY3ljbGU6IGRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a453a0 commit 40c87ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313
- name: Install Hatch
14-
uses: pypa/hatch@install
14+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
1515
- name: Lint and typecheck
1616
run: |
1717
hatch fmt --linter
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
- name: Install Hatch
40-
uses: pypa/hatch@install
40+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
4141
- name: mint API token
4242
id: mint-token
4343
run: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
- name: Install Hatch
31-
uses: pypa/hatch@install
31+
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
3232
- name: Build
3333
run: hatch run docs:build
3434
- name: Upload artifact

0 commit comments

Comments
 (0)