Skip to content

Commit 218fd93

Browse files
Merge pull request #12 from andrew-codechimp/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 7e610c2 + 552a7c9 commit 218fd93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

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

2828
- name: Set up Python ${{ matrix.python-version }}
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

.github/workflows/pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check out code from GitHub
2828
uses: "actions/checkout@v5"
2929
- name: Setup Python
30-
uses: "actions/setup-python@v5"
30+
uses: "actions/setup-python@v6"
3131
with:
3232
python-version: "3.13"
3333
- name: Install requirements

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out code from GitHub
1616
uses: "actions/checkout@v5"
1717
- name: Setup Python
18-
uses: "actions/setup-python@v5"
18+
uses: "actions/setup-python@v6"
1919
with:
2020
python-version: "3.13"
2121
- name: Install requirements

0 commit comments

Comments
 (0)