File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 # Jedi LS depends on dataclasses which is not in the stdlib in Python 3.7.
3434 - name : Use Python 3.10 for JediLSP
35- uses : actions/setup-python@v6
35+ uses : actions/setup-python@v7
3636 with :
3737 python-version : ' 3.10'
3838 cache : ' pip'
Original file line number Diff line number Diff line change 3636 shell : bash
3737
3838 - name : Install Python
39- uses : actions/setup-python@v6
39+ uses : actions/setup-python@v7
4040 with :
4141 python-version : ' 3.x'
4242 cache : ' pip'
Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : ' package-lock.json matches package.json'
20- uses : brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
20+ uses : brettcannon/check-for-changed-files@d85c64d17b3c1d0ac57c9cc46ea39399b0d6fa71 # v1.2.2
2121 with :
2222 prereq-pattern : ' package.json'
2323 file-pattern : ' package-lock.json'
2424 skip-label : ' skip package*.json'
2525 failure-message : ' ${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
2626
2727 - name : ' package.json matches package-lock.json'
28- uses : brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
28+ uses : brettcannon/check-for-changed-files@d85c64d17b3c1d0ac57c9cc46ea39399b0d6fa71 # v1.2.2
2929 with :
3030 prereq-pattern : ' package-lock.json'
3131 file-pattern : ' package.json'
3232 skip-label : ' skip package*.json'
3333 failure-message : ' ${prereq-pattern} was edited but ${file-pattern} was not (the ${skip-label} label can be used to pass this check)'
3434
3535 - name : ' Tests'
36- uses : brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
36+ uses : brettcannon/check-for-changed-files@d85c64d17b3c1d0ac57c9cc46ea39399b0d6fa71 # v1.2.2
3737 with :
3838 prereq-pattern : src/**/*.ts
3939 file-pattern : |
You can’t perform that action at this time.
0 commit comments