Skip to content

Commit b43ae46

Browse files
authored
Merge pull request #359 from FullStackWithLawrence/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents fd1a2d1 + cb5d4f1 commit b43ae46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-pip
5050
5151
- name: Set up Python
52-
uses: actions/setup-python@v6
52+
uses: actions/setup-python@v7
5353
with:
5454
python-version: "3.12"
5555

.github/workflows/semanticVersionBump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-node
4141
4242
- name: Set up Python 3.12
43-
uses: actions/setup-python@v6
43+
uses: actions/setup-python@v7
4444
with:
4545
python-version: "3.12"
4646

0 commit comments

Comments
 (0)