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 3144e6e commit 0ad6815Copy full SHA for 0ad6815
.github/workflows/publish.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
environment: release
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
with:
15
fetch-depth: 0
16
- uses: actions/setup-dotnet@v5
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
check-pre-commit:
17
- uses: actions/setup-python@v6
18
19
python-version: "3.13"
@@ -22,7 +22,7 @@ jobs:
22
test:
23
24
25
26
27
28
dotnet-version: |
0 commit comments