Skip to content

Commit fb1ccd3

Browse files
2hoch1BenyFilho
andauthored
chore: bump stale dependencies (#201702)
* chore: bump versions * chore: add package-lock.json * revert: eslint comment --------- Co-authored-by: BenyFilho <168232825+BenyFilho@users.noreply.github.com>
1 parent 33f88ac commit fb1ccd3

7 files changed

Lines changed: 5925 additions & 22 deletions

File tree

.github/workflows/format-issue-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Parse issue form body
2727
uses: stefanbuck/github-issue-parser@v3

.github/workflows/labels-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
if: github.repository_owner == 'wwebjs'
2525
steps:
2626
- uses: actions/checkout@v6
27-
- uses: crazy-max/ghaction-github-labeler@v5
27+
- uses: crazy-max/ghaction-github-labeler@v6
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Label pull request
26-
uses: actions/labeler@v5
26+
uses: actions/labeler@v6
2727
with:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
configuration-path: .github/pr-labeler.yml

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Mark stale issues and PRs
22-
uses: actions/stale@v9
22+
uses: actions/stale@v10
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
days-before-stale: 35

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Install Node.js v20
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 20
2323

0 commit comments

Comments
 (0)