File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
8383 runs-on : ubuntu-latest
8484 steps :
8585 - uses : actions/checkout@v5
86- - uses : actions/setup-python@v5
86+ - uses : actions/setup-python@v6
8787 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
8888
8989 eslint :
9090 runs-on : ubuntu-latest
9191 steps :
9292 - uses : actions/checkout@v5
93- - uses : actions/setup-node@v4
93+ - uses : actions/setup-node@v5
9494 - id : cache-restore
9595 uses : actions/cache@v4
9696 with :
Original file line number Diff line number Diff line change 4343 steps :
4444 - id : " add-python"
4545 name : " Install supported version of python"
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ' 3.13'
4949 - id : " add-pip-path"
You can’t perform that action at this time.
0 commit comments