Skip to content

Commit 88caa73

Browse files
Merge pull request #190 from Blockception/dependabot/github_actions/all-451a913685
build(deps): bump the all group with 1 update
2 parents 1a8d831 + 77ad255 commit 88caa73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format-json-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Runs a single command using the runners shell
3030
- name: 🏗️ Setup Node.js Environment
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
cache: npm
3434
cache-dependency-path: package-lock.json

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: 🏗️ Setup Node.js Environment
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
cache: npm
2525
cache-dependency-path: package-lock.json
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: 🏗️ Setup Node.js Environment
51-
uses: actions/setup-node@v3
51+
uses: actions/setup-node@v4
5252
with:
5353
cache: npm
5454
cache-dependency-path: package-lock.json

0 commit comments

Comments
 (0)