Skip to content

Commit 56be738

Browse files
authored
Merge pull request #869 from mulesoft/build/6.6.48
[W-18219493] Build/6.6.48
2 parents 6ef8684 + ecf572f commit 56be738

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: 18
3131
- uses: microsoft/playwright-github-action@v1
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v3
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -42,7 +42,7 @@ jobs:
4242
tag:
4343
name: "Publishing release"
4444
if: github.event_name != 'pull_request'
45-
needs:
45+
needs:
4646
- tests
4747
runs-on: mulesoft-ubuntu
4848
steps:
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: '18.x'
5656
registry-url: 'https://registry.npmjs.org'
57-
- uses: actions/cache@v1
57+
- uses: actions/cache@v3
5858
with:
5959
path: ~/.npm
6060
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.6.47",
4+
"version": "6.6.48",
55
"license": "CPAL-1.0",
66
"main": "index.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)