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 b91dd4b commit dad243cCopy full SHA for dad243c
2 files changed
.github/workflows/pull-request.yaml
@@ -27,7 +27,7 @@ jobs:
27
- "3.12"
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
31
- uses: actions/setup-python@v6
32
with:
33
python-version: ${{ matrix.python-version }}
.github/workflows/release.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
13
fetch-depth: 0
14
@@ -52,7 +52,7 @@ jobs:
52
id-token: write
53
54
55
56
57
58
0 commit comments