This repository was archived by the owner on Jul 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 time : " 11:00"
88 open-pull-requests-limit : 10
99 versioning-strategy : increase-if-necessary
10+
11+ - package-ecosystem : github-actions
12+ directory : /
13+ schedule :
14+ interval : weekly
Original file line number Diff line number Diff line change 3939 authorize :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : octokit/request-action@v2.1.9
42+ - uses : octokit/request-action@v2
4343 with :
4444 route : GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
4545 team : technical-steering-committee
Original file line number Diff line number Diff line change 2525 id-token : write
2626 steps :
2727 - name : Clone Repository
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v4
2929 - name : Setup Node version
30- uses : actions/setup-node@v1
30+ uses : actions/setup-node@v4
3131 with :
3232 node-version : 16
3333 - name : Install dependencies
3636 - name : Run tests
3737 run : npm test
3838 - name : Upload built package
39- uses : actions/upload-artifact@v2
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : compiled-package
4242 path : build/
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Clone Repository
49- uses : actions/checkout@v2
49+ uses : actions/checkout@v4
5050 - name : Setup Node version
51- uses : actions/setup-node@v1
51+ uses : actions/setup-node@v4
5252 with :
5353 node-version : 16
5454 registry-url : https://registry.npmjs.org/
5959 - name : Install dependencies
6060 run : npm ci
6161 - name : Download built package
62- uses : actions/download-artifact@v2
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : compiled-package
6565 path : build/
You can’t perform that action at this time.
0 commit comments