File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
label-issues :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/stale@v3
11
+ - uses : actions/stale@v9
12
12
name : Setting issue as idle
13
13
with :
14
14
repo-token : ${{ secrets.GITHUB_TOKEN }}
19
19
operations-per-run : 100
20
20
exempt-issue-labels : ' backlog'
21
21
22
- - uses : actions/stale@v3
22
+ - uses : actions/stale@v9
23
23
name : Setting PR as idle
24
24
with :
25
25
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 17
17
KUBECONFIG : /home/runner/.kube/config
18
18
PR_BASE_REF : ${{ github.event.pull_request.base.ref }}
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
name : Checkout from PR branch
22
22
23
23
- id : action-npm-build
29
29
npm run build
30
30
fi
31
31
32
- - uses : actions/setup-python@v2
32
+ - uses : actions/setup-python@v5
33
33
name : Install Python
34
34
with :
35
35
python-version : ' 3.x'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Enforce Prettier
16
- uses : actionsx/prettier@v2
16
+ uses : actionsx/prettier@v3
17
17
with :
18
18
args : --check .
Original file line number Diff line number Diff line change 13
13
build : # make sure build/ci works properly
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Build and run L0 tests.
19
19
run : |
You can’t perform that action at this time.
0 commit comments