File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- python-version : [3.7, 3.8, 3.9]
17+ python-version : [3.7.x , 3.8.x , 3.9.x ]
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 with :
2121 submodules : recursive
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install cwltool
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- python-version : [3.7, 3.8, 3.9]
15+ python-version : [3.7.x , 3.8.x , 3.9.x ]
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 with :
1919 submodules : recursive
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install cwltool
You can’t perform that action at this time.
0 commit comments