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 44 build_packages :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 - uses : actions/setup-python@v5
99 with :
1010 python-version : ' 3.13'
Original file line number Diff line number Diff line change 1010 matrix :
1111 python-version : ['3.9', '3.14']
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 # galaxy_version: dev
121121 # galaxy_python_version: '3.8'
122122 steps :
123- - uses : actions/checkout@v4
123+ - uses : actions/checkout@v5
124124 - name : Cache pip dir
125125 uses : actions/cache@v4
126126 with :
You can’t perform that action at this time.
0 commit comments