mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +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:
|
azure-cleanup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
cache: false
|
cache: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue