Skip to content

Commit 26713c8

Browse files
Merge pull request #6 from Malith-Rukshan/dependabot/github_actions/actions/setup-python-6
ci(deps): bump actions/setup-python from 4 to 6
2 parents 1080e52 + b0dba6c commit 26713c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.11"
3434

@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: "3.11"
6262

@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777

7878
- name: Set up Python
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: "3.11"
8282

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.12'
1717

0 commit comments

Comments
 (0)