mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-19 04:10:03 +02:00
.github/workflows/package.yml: Update actions/checkout to version 3
This commit is contained in:
parent
baaf7e5b54
commit
ad5d464792
1 changed files with 3 additions and 3 deletions
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
name: DBM ${{matrix.os}} (${{matrix.component}})
|
name: DBM ${{matrix.os}} (${{matrix.component}})
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Qt
|
- name: Qt
|
||||||
if: startsWith(matrix.component, 'gui')
|
if: startsWith(matrix.component, 'gui')
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ${{ matrix.container}}
|
container: ${{ matrix.container}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Dependancies
|
- name: Dependancies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -112,7 +112,7 @@ jobs:
|
||||||
name: Windows (${{matrix.arch}})
|
name: Windows (${{matrix.arch}})
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Qt
|
- name: Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue