Skip to content

Commit 2ec3f7d

Browse files
committed
chore: updated action/setup-node to v4 and hmarr/debug-action to v3
1 parent 2a20dbf commit 2ec3f7d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Debug
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: hmarr/debug-action@v2
28+
- uses: hmarr/debug-action@v3
2929

3030
checks:
3131
name: Check

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: ~/.npm # this is cache where npm installs from before going out to the network
2828
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v3
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
- run: npm install --prefer-offline
@@ -45,7 +45,7 @@ jobs:
4545
path: ~/.npm # this is cache where npm installs from before going out to the network
4646
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
4747
- name: Use Node.js ${{ matrix.node-version }}
48-
uses: actions/setup-node@v3
48+
uses: actions/setup-node@v4
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
- run: npm install --prefer-offline

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Debug
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: hmarr/debug-action@v2
25+
- uses: hmarr/debug-action@v3
2626

2727
install:
2828
name: Install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Debug
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: hmarr/debug-action@v2
34+
- uses: hmarr/debug-action@v3
3535

3636
checks:
3737
name: Check
@@ -61,7 +61,7 @@ jobs:
6161
needs: [checks, security]
6262
steps:
6363
- uses: actions/checkout@v4
64-
- uses: actions/setup-node@v3
64+
- uses: actions/setup-node@v4
6565
with:
6666
node-version-file: '.nvmrc'
6767
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)