Skip to content

Commit 320867e

Browse files
authored
Merge pull request #67 from NHSDigital/NPA-2619_Update_Dependencies
NPA-2619 Group All Dependencies Updates
2 parents 3055fa6 + a334937 commit 320867e

File tree

7 files changed

+1317
-426
lines changed

7 files changed

+1317
-426
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ updates:
4949
day: "monday"
5050
time: "09:00"
5151
commit-message:
52-
prefix: "pip "
52+
prefix: "npm "
5353
include: scope
5454
groups:
5555
npm-dependencies:

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
if: github.ref == 'refs/heads/master'
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
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.8
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.8
1919

0 commit comments

Comments
 (0)