Skip to content

Commit

Permalink
Manually update pypa/hatch action
Browse files Browse the repository at this point in the history
It seems Dependabot was not updating it. Added also the tag of the last
release.

Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Feb 3, 2025
1 parent de423ba commit 925799c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: build docs
run: hatch run docs:build
- name: upload docs artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: Run integration tests
run: |
set -euxo pipefail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: Run type check
run: hatch run type:check

Expand All @@ -81,6 +81,6 @@ jobs:
- name: Check out source repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: Run python linting
run: hatch fmt --check
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: Build artifacts
run: hatch build
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
uses: pypa/hatch@55dd8409fd4f8dde5869003d24b04d43dab192a9 # hatch-v1.14.0
- name: Run unit tests (with coverage report at the end)
run: |
set -euxo pipefail
Expand Down

0 comments on commit 925799c

Please sign in to comment.