Skip to content

Commit ce8d2d4

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
2 parents 07c69cb + ac499cd commit ce8d2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Clone repository
1313
uses: actions/checkout@v4
1414
- name: Use Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.13'
1818
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: '0'
2323
token: ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
2424
- name: Use Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.13'
2828
- name: Install dependencies

0 commit comments

Comments
 (0)