Skip to content

Commit e0379f1

Browse files
Merge pull request #204 from ministryofjustice/renovate-github-actions
chore(deps): update GitHub Actions
2 parents f27547a + 6c9c2d5 commit e0379f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_integration_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Python
6363
uses: actions/setup-python@9e62be81b28222addecf85e47571213eb7680449
6464
with:
65-
python-version: "3.12"
65+
python-version: "3.13"
6666

6767
- name: Install integration test requirements.txt
6868
run: |

.github/workflows/_python_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.12"
24+
python-version: "3.13"
2525

2626
- uses: unfor19/install-aws-cli-action@v1
2727

0 commit comments

Comments
 (0)