mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +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}})
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Qt
|
||||
if: startsWith(matrix.component, 'gui')
|
||||
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: ${{ matrix.container}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Dependancies
|
||||
run: |
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
name: Windows (${{matrix.arch}})
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue