We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24ff274 + 8b8842b commit 06251adCopy full SHA for 06251ad
3 files changed
.github/workflows/addon-check.yml
@@ -13,7 +13,7 @@ jobs:
13
fetch-depth: 0
14
15
- name: Set up Python
16
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
17
with:
18
python-version: "3.x"
19
.github/workflows/sync-addon-metadata-translations.yml
@@ -32,7 +32,7 @@ jobs:
32
path: sync_addon_metadata_translations
33
34
- name: Set up Python ${{ matrix.python-version }}
35
36
37
python-version: ${{ matrix.python-version }}
38
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
- name: Set up Python 3.10
12
python-version: "3.10"
- name: Install dependencies
0 commit comments