mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Update release-ppa.yml
This commit is contained in:
parent
82914dcc82
commit
f65c78a92f
1 changed files with 2 additions and 2 deletions
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
name: PPA Upload
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Show environment
|
||||
run: |
|
||||
env
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.24
|
||||
cache: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue