@govuk-pay/pay-js-commons 3.3.7 → 3.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ jobs:
16
16
 
17
17
  steps:
18
18
  - name: Checkout
19
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
19
+ uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
20
20
  - name: Setup
21
21
  uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
22
22
  with:
23
23
  node-version: 12.22.10
24
24
  - name: Cache NPM packages
25
- uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353
25
+ uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed
26
26
  with:
27
27
  path: ~/.npm
28
28
  key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/pay-js-commons",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
4
4
  "description": "Reusable js scripts for GOV.UK Pay Node.js projects",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {