Commit 6a9e141 1 parent 787963f commit 6a9e141 Copy full SHA for 6a9e141
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out the codebase
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
20
20
- name : Set up Python 3
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ' 3.x'
24
24
@@ -56,12 +56,12 @@ jobs:
56
56
57
57
steps :
58
58
- name : Check out the codebase
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v3
60
60
with :
61
61
path : " ${{ github.repository }}"
62
62
63
63
- name : Set up Python 3
64
- uses : actions/setup-python@v2
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : ' 3.x'
67
67
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out the codebase
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
17
17
- name : Publish to Galaxy
18
18
uses :
robertdebock/[email protected]
You can’t perform that action at this time.
0 commit comments