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 9f65b98Copy full SHA for 9f65b98
.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # 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