Skip to content

Commit 4cf22e6

Browse files
authored
Merge pull request #3556 from 2i2c-org/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 32cbb1e + 91bba3f commit 4cf22e6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/deploy-grafana-dashboards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout repo
4141
uses: actions/checkout@v4
4242

43-
- uses: actions/setup-python@v4
43+
- uses: actions/setup-python@v5
4444
with:
4545
python-version: "3.9"
4646

.github/workflows/deploy-hubs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v4
7474

7575
- name: Install Python 3.9
76-
uses: actions/setup-python@v4
76+
uses: actions/setup-python@v5
7777
with:
7878
python-version: "3.9"
7979

.github/workflows/test-deployer-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.9"
3232
- name: Install dependencies

.github/workflows/validate-clusters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
steps:
7979
- uses: actions/checkout@v4
80-
- uses: actions/setup-python@v4
80+
- uses: actions/setup-python@v5
8181
with:
8282
python-version: "3.10"
8383

@@ -202,7 +202,7 @@ jobs:
202202

203203
steps:
204204
- uses: actions/checkout@v4
205-
- uses: actions/setup-python@v4
205+
- uses: actions/setup-python@v5
206206
with:
207207
python-version: "3.10"
208208

0 commit comments

Comments
 (0)