File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# https://github.com/actions/setup-python
51
51
- name : Set up Python
52
- uses : actions/setup-python@v5
52
+ uses : actions/setup-python@v6
53
53
with :
54
54
python-version : 3.12
55
55
architecture : x64
Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@v5
49
49
50
50
- name : Set up Python
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
architecture : x64
Original file line number Diff line number Diff line change 21
21
run : echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./cratedb_sqlparse_js/.npmrc
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.12'
27
27
You can’t perform that action at this time.
0 commit comments