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 931034f commit ab6e3efCopy full SHA for ab6e3ef
.github/workflows/publish-addon.yml
@@ -10,7 +10,7 @@ jobs:
10
check:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python 3.11
15
uses: actions/setup-python@v5
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