File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - run : pipx install "poetry>=2.1.2,<3"
1313 - uses : actions/setup-python@v5
1414 with :
3535 - python : " 3.13"
3636 toxenv : py313-dj42,py313-dj52,py312-djmain
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - run : pipx install "poetry>=2.1.2,<3"
4040 - uses : actions/setup-python@v5
4141 with :
@@ -49,18 +49,11 @@ jobs:
4949 needs : test
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
53- - uses : actions/setup-node@v4
52+ - uses : actions/checkout@v6
53+ - uses : actions/setup-node@v6
5454 with :
5555 node-version-file : " .nvmrc"
56- - id : node-cache
57- uses : actions/cache@v3
58- with :
59- # Cache node_modules rather than the npm cache, as we rarely update npm packages.
60- path : node_modules
61- key : ${{ runner.os }}-node-${{ hashFiles('**/.nvmrc') }}-${{ hashFiles('**/package-lock.json') }}
62- - if : steps.node-cache.outputs.cache-hit != 'true'
63- run : npm ci --no-audit
56+ - run : npm ci --no-audit
6457 - run : npm run build
6558 - run : pipx install "poetry>=2.1.2,<3"
6659 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments