File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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
@@ -56,12 +56,12 @@ jobs:
5656
5757 steps :
5858 - name : Check out the codebase
59- uses : actions/checkout@v2
59+ uses : actions/checkout@v3
6060 with :
6161 path : " ${{ github.repository }}"
6262
6363 - name : Set up Python 3
64- uses : actions/setup-python@v2
64+ uses : actions/setup-python@v4
6565 with :
6666 python-version : ' 3.x'
6767
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/[email protected]
You can’t perform that action at this time.
0 commit comments