File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out the codebase
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v3
1919
2020 - name : Set up Python 3
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v4
2222 with :
2323 python-version : ' 3.x'
2424
@@ -52,12 +52,12 @@ jobs:
5252
5353 steps :
5454 - name : Check out the codebase
55- uses : actions/checkout@v2
55+ uses : actions/checkout@v3
5656 with :
5757 path : " ${{ github.repository }}"
5858
5959 - name : Set up Python 3
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : ' 3.x'
6363
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out the codebase
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v3
1616
1717 - name : Publish to Galaxy
1818 uses : robertdebock/galaxy-action@1.2.0
You can’t perform that action at this time.
0 commit comments