Skip to content

Commit c568c6a

Browse files
authored
Merge pull request #178 from FullStackWithLawrence/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents d167a19 + f8dd33d commit c568c6a

3 files changed

Lines changed: 3 additions & 3 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@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: "3.11"
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.11
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: "3.11"
4646

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v5
1414

1515
- name: Set up Python 3.x
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.11"
1919

0 commit comments

Comments
 (0)