mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
bumping releaser and checkout versions to address future end of life support for node versions used
This commit is contained in:
parent
908f53f87b
commit
54de1288f1
3 changed files with 4 additions and 4 deletions
2
.github/workflows/amoy_deb_profiles.yml
vendored
2
.github/workflows/amoy_deb_profiles.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Variables
|
||||
|
|
|
|||
2
.github/workflows/mainnet_deb_profiles.yml
vendored
2
.github/workflows/mainnet_deb_profiles.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Variables
|
||||
|
|
|
|||
4
.github/workflows/packager_deb.yml
vendored
4
.github/workflows/packager_deb.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Go
|
||||
|
|
@ -117,7 +117,7 @@ jobs:
|
|||
ARCH: arm64
|
||||
|
||||
- name: Release bor Packages
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ env.GIT_TAG }}
|
||||
prerelease: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue