File tree Expand file tree Collapse file tree 3 files changed +342
-268
lines changed
Expand file tree Collapse file tree 3 files changed +342
-268
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Setup Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.12
2929
@@ -47,10 +47,10 @@ jobs:
4747
4848 steps :
4949 - name : Checkout code
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v5
5151
5252 - name : Setup Node.js ${{ matrix.node-version }}
53- uses : actions/setup-node@v4
53+ uses : actions/setup-node@v5
5454 with :
5555 node-version : ${{ matrix.node-version }}
5656 cache : ' npm'
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
3030
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636 persist-credentials : false
3737
3838 - name : Setup Node.js 24
39- uses : actions/setup-node@v4
39+ uses : actions/setup-node@v5
4040 with :
4141 node-version : 24
4242 cache : ' npm'
You can’t perform that action at this time.
0 commit comments