Skip to content

Commit 76fa555

Browse files
Merge pull request #2489 from NHSDigital/ERSSUP-90021-combine-prs-github-actions-2025-09-08
2 parents 9b65237 + 9bdb8fe commit 76fa555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/combine-prs.yml

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

4242
# Steps represent a sequence of tasks that will be executed as part of the job
4343
steps:
44-
- uses: actions/github-script@v7
44+
- uses: actions/github-script@v8
4545
id: create-combined-pr
4646
name: Create Combined PR
4747
with:

.github/workflows/continous-integration-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

1515
- name: Install Python 3.10
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.10'
1919

0 commit comments

Comments
 (0)