Skip to content

Commit

Permalink
Fix deprecating warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Feb 9, 2024
1 parent 50b7dab commit 35200d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/score-triaged-defects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Score iOS triaged defects
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
env:
Expand All @@ -27,10 +27,10 @@ jobs:
name: Score Android triaged defects
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
env:
Expand Down

0 comments on commit 35200d0

Please sign in to comment.