diff options
| author | selsta <selsta@sent.at> | 2020-01-17 01:56:25 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-01-17 01:56:25 +0100 |
| commit | 00439052e6570381784d8e8e465b0ce5c1edc995 (patch) | |
| tree | 6b7fa2afd4d516cfe82ec7d720627de613781f25 /.github | |
| parent | ef2b0cfa4a7327d8e6fd086452890cebe55e3b6f (diff) | |
| download | monzero-gui-00439052e6570381784d8e8e465b0ce5c1edc995.tar.gz monzero-gui-00439052e6570381784d8e8e465b0ce5c1edc995.tar.xz monzero-gui-00439052e6570381784d8e8e465b0ce5c1edc995.zip | |
workflows: update checkout to v2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e65558f..539e196a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: macOS-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: update brew and install dependencies run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 - name: build @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: update apt run: sudo apt update - name: install monero dependencies @@ -38,7 +38,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: numworks/setup-msys2@v1 - name: update pacman run: msys2do pacman -Syu --noconfirm |
