mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Update release-azure-cleanup.yml
This commit is contained in:
parent
e42af536c5
commit
82914dcc82
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ jobs:
|
|||
azure-cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- 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