Skip to content

Commit c8309b0

Browse files
authored
Merge pull request #2185 from gitpython-developers/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents 8ecda9e + 10834cb commit c8309b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818

19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.x"
2222

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: Set up Python ${{ matrix.python-version }}
68-
uses: actions/setup-python@v6
68+
uses: actions/setup-python@v7
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
allow-prereleases: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)