Skip to content

Commit 2be5455

Browse files
authored
Merge branch 'main' into feat/779-add-remove-parameter-option
2 parents 716335e + cb8c588 commit 2be5455

File tree

5 files changed

+156
-150
lines changed

5 files changed

+156
-150
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v3.3.0
21+
- uses: actions/checkout@v3.5.2
2222
with:
2323
fetch-depth: 1
2424
- uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3.3.0
41+
uses: actions/checkout@v3.5.2
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/stale@v7
12+
- uses: actions/stale@v8
1313
with:
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
1515
stale-issue-message: 'Stale issue message'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/config-conventional": "^17.0.0",
5252
"@nuxt/types": "^2.15.8",
5353
"@types/lodash": "^4.14.182",
54-
"@types/node": "^18.0.0",
54+
"@types/node": "^20.2.0",
5555
"@types/qs": "^6.9.7",
5656
"@typescript-eslint/eslint-plugin": "^5.49.0",
5757
"@typescript-eslint/parser": "^5.9.0",

0 commit comments

Comments
 (0)