File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : Publish package to Arch User Repository (AUR)
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Publish AUR package
1515 uses : KSXGitHub/github-actions-deploy-aur@v2
1616 with :
Original file line number Diff line number Diff line change 1111 name : Handle release 🦋
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v3
1616 with :
1717 node-version : " 18.x"
Original file line number Diff line number Diff line change 1212 timeout-minutes : 60
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : actions/setup-node@v3
1717 with :
1818 node-version : 20
2525 name : Determine code coverage 📊
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929 - uses : ArtiomTr/jest-coverage-report-action@v2
3030 with :
3131 package-manager : yarn
You can’t perform that action at this time.
0 commit comments