Skip to content

Commit 20373ab

Browse files
Merge pull request #32 from microsoft/dependabot/github_actions/dependabotchanges/actions/setup-python-5
build: bump actions/setup-python from 3 to 5
2 parents b097447 + fdd16bf commit 20373ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Step 2: Set up Python environment
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.11"
3232

0 commit comments

Comments
 (0)