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 8601f7b commit e99cce8Copy full SHA for e99cce8
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
permissions:
14
id-token: write
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- uses: actions/setup-python@v4
18
with:
19
python-version: '3.11'
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
10
- name: Set up Python
11
uses: actions/setup-python@v4
12
0 commit comments