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 db314f9 commit f1ec3a2Copy full SHA for f1ec3a2
.github/workflows/publish-addon.yml
@@ -10,7 +10,7 @@ jobs:
10
check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- name: Set up Python 3.11
15
uses: actions/setup-python@v6
16
with:
@@ -30,7 +30,7 @@ jobs:
30
needs: check
31
if: github.ref_type == 'tag'
32
33
34
35
36
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments