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 5ee2ee1 commit 0b72338Copy full SHA for 0b72338
.github/workflows/publish-addon.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python 3.11
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: "3.11"
18
- name: Install addon checker
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
- name: Install addon submitter
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments