Skip to content

Commit af1e1bf

Browse files
Copilotdeusebio
andcommitted
ci: bump workflow actions in promotion PR files (#218)
Agent-Logs-Url: https://github.com/canonical/spark-k8s-bundle/sessions/b95866ae-4b13-474d-a17d-784a4ea97c70 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: deusebio <10907198+deusebio@users.noreply.github.com>
1 parent e5c161d commit af1e1bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/run-test/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ runs:
176176
177177
- id: setup-python
178178
name: Setup Python
179-
uses: actions/setup-python@v5.0.0
179+
uses: actions/setup-python@v5.3.0
180180
with:
181181
python-version: "3.10"
182182
architecture: x64

.github/workflows/generate-charm-revisions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v6
4040

4141
- name: Setup Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v5.3.0
4343
with:
4444
python-version: "3.10"
4545
architecture: x64

.github/workflows/promote-charm-revisions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- id: setup-python
3131
name: Setup Python
32-
uses: actions/setup-python@v5.0.0
32+
uses: actions/setup-python@v5.3.0
3333
with:
3434
python-version: "3.10"
3535
architecture: x64

0 commit comments

Comments
 (0)