@fanboynz/network-scanner 2.0.57 → 2.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,13 +9,13 @@ jobs:
9
9
  contents: write
10
10
 
11
11
  steps:
12
- - uses: actions/checkout@v4
12
+ - uses: actions/checkout@v5
13
13
  with:
14
14
  token: ${{ secrets.GITHUB_TOKEN }}
15
15
  fetch-depth: 0
16
16
 
17
17
  - name: Setup Node.js
18
- uses: actions/setup-node@v4
18
+ uses: actions/setup-node@v5
19
19
  with:
20
20
  node-version: '20'
21
21
  registry-url: 'https://registry.npmjs.org'
@@ -38,4 +38,4 @@ jobs:
38
38
  - name: Push changes
39
39
  run: git push --follow-tags
40
40
  env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}