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 e430f50 commit 83f55f1Copy full SHA for 83f55f1
1 file changed
.github/workflows/publish.yaml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Set up Python
16
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
17
with:
18
python-version: '3.12'
19
@@ -38,10 +38,10 @@ jobs:
38
39
40
41
42
43
44
45
46
47
0 commit comments