mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
.github/workflows/release.yml: Update actions/checkout to v3
This commit is contained in:
parent
29ed2d790b
commit
dcf035ec6c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: Crosscompile - ${{matrix.os}}-${{matrix.arch}}
|
name: Crosscompile - ${{matrix.os}}-${{matrix.arch}}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
id: compile
|
id: compile
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
name: Package - ${{matrix.os}}
|
name: Package - ${{matrix.os}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -100,7 +100,7 @@ jobs:
|
||||||
name: Package - FreeBSD (${{matrix.arch}})
|
name: Package - FreeBSD (${{matrix.arch}})
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue