File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 ref : " ${{ github.event.inputs.releasetag }}"
2121 - name : Set up Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.12"
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 3232 repository : hypermodeinc/pydgraph
3333 ref : ${{ github.ref }}
3434 - name : Set up Python ${{ matrix.python-version }}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Install dependencies
5454 repository : hypermodeinc/dgraph
5555 ref : main
5656 - name : Set up Go
57- uses : actions/setup-go@v5
57+ uses : actions/setup-go@v6
5858 with :
5959 go-version-file : dgraph/go.mod
6060 - name : Build dgraph binary
You can’t perform that action at this time.
0 commit comments