mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +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}}
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: compile
|
||||
id: compile
|
||||
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
name: Package - ${{matrix.os}}
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
name: Package - FreeBSD (${{matrix.arch}})
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Package
|
||||
id: package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue