Skip to content

Commit 04357e6

Browse files
committed
chore: update actions
1 parent e875d36 commit 04357e6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/issue-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Triage
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: github/issue-labeler@v2.5
14+
- uses: github/issue-labeler@v3.4
1515
with:
1616
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1717
configuration-path: ".github/issue-labeler.yml"

.github/workflows/issue-validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
validate:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
10+
- uses: actions/checkout@v6
11+
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 18
13+
node-version: 24
1414
- name: 'Run issue validator'
1515
run: node ./.github/actions/issue-validator/index.mjs
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Triage
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/labeler@v4
13+
- uses: actions/labeler@v6
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
configuration-path: ".github/pr-labeler.yml"

0 commit comments

Comments
 (0)