Skip to content

Commit

Permalink
Merge pull request #190 from Blockception/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ll-451a913685

build(deps): bump the all group with 1 update
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
2 parents 1a8d831 + 77ad255 commit 88caa73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-json-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Runs a single command using the runners shell
- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4

- name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
Expand Down

0 comments on commit 88caa73

Please sign in to comment.