We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7030498 commit d3ad967Copy full SHA for d3ad967
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-24.04
15
needs: [test]
16
steps:
17
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
with:
19
fetch-depth: 0
20
- if: github.repository == 'chrishas35/simplefin-python-test'
.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install uv
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5
0 commit comments