Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 7c831f1 commit 89ff42d
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
38 changes: 34 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 89ff42d

Please sign in to comment.