Skip to content

Commit 06251ad

Browse files
authored
Merge pull request #679 from trakt/dependabot/github_actions/actions/setup-python-6
2 parents 24ff274 + 8b8842b commit 06251ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/addon-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.x"
1919

.github/workflows/sync-addon-metadata-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: sync_addon_metadata_translations
3333

3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v5
1111
- name: Set up Python 3.10
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.10"
1515
- name: Install dependencies

0 commit comments

Comments
 (0)