Skip to content

Commit 92e8210

Browse files
Renovate Update Patch & Minor Updates
1 parent 5633e87 commit 92e8210

39 files changed

+2703
-3529
lines changed

.github/workflows/_node-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
mkdir -p ./test-results/junit
3535
./node_modules/.bin/jest --ci --runInBand --reporters=summary --reporters=github-actions --reporters=jest-junit
3636
- name: test summary
37-
uses: test-summary/action@v2.3
37+
uses: test-summary/action@v2.4
3838
with:
3939
paths: |
4040
**/service-front/web/test-results/junit/results.xml

.github/workflows/dependabot-composer-npm-path.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
branch_name:
30-
uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-branch-name.yml@2d85e0b1b1b84ca98b6ec27d251d8e6319c95df9 # pin@v3.1.0
30+
uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-branch-name.yml@2d85e0b1b1b84ca98b6ec27d251d8e6319c95df9 # pin@v3.6.0
3131

3232
node_test:
3333
name: test node dependencies

.github/workflows/dependabot-terraform-upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
jobs:
2828
branch_name:
29-
uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-branch-name.yml@2d85e0b1b1b84ca98b6ec27d251d8e6319c95df9 # pin@v3.1.0
29+
uses: ministryofjustice/opg-github-workflows/.github/workflows/data-parse-branch-name.yml@2d85e0b1b1b84ca98b6ec27d251d8e6319c95df9 # pin@v3.6.0
3030

3131
terraform_lint:
3232
name: lint terraform code

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.14
1+
20.18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3~=1.34.117
2-
moto==5.0.9
1+
boto3~=1.37.9
2+
moto==5.1.1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3~=1.34.117
1+
boto3~=1.37.9

0 commit comments

Comments
 (0)