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 aba8c65 commit b58b4d9Copy full SHA for b58b4d9
2 files changed
.github/workflows/bump-version.yml
@@ -17,7 +17,7 @@ jobs:
17
owner: ${{ github.repository_owner }}
18
repositories: ${{ github.event.repository.name }}
19
20
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
21
with:
22
token: ${{ steps.app-token.outputs.token }}
23
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
14
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
15
- name: Run tests
16
run: uv run pytest
0 commit comments