File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 shell : bash
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Install Docker and Prereqs
2424 # This uses a workaround for a known issue with docker. See here: https://github.com/actions/virtual-environments/issues/5490#issuecomment-1118328567
2525 run : |
@@ -40,11 +40,11 @@ jobs:
4040 with :
4141 workspaces : " wasm-worker-> target"
4242 - name : Install golang
43- uses : actions/setup-go@v5
43+ uses : actions/setup-go@v6
4444 with :
4545 go-version : ' >=1.21'
4646 - name : Set up Python 3
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ' 3.12'
5050 - name : Install pylint
Original file line number Diff line number Diff line change 1515 shell : bash
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v5
1919 - name : Install Docker and Prereqs
2020 # This uses a workaround for a known issue with docker. See here: https://github.com/actions/virtual-environments/issues/5490#issuecomment-1118328567
2121 run : |
4040 with :
4141 working-directory : wasm-worker
4242 - name : Install golang
43- uses : actions/setup-go@v3
43+ uses : actions/setup-go@v6
4444 with :
4545 go-version : ' >=1.21.0'
4646 - name : Install cross
You can’t perform that action at this time.
0 commit comments