1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-31 15:23:14 +00:00

Updating the version of snapcore/build-action to the latest to get rid of the error on empty server response (#373)

This commit is contained in:
Joseph Flinn
2021-09-21 07:23:06 -07:00
committed by GitHub
parent 8690f51e2f
commit 2a5f521df2
3 changed files with 16 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
package_version: ${{ steps.create_tags.outputs.package_version }}
tag_version: ${{ steps.create_tags.outputs.tag_version }}
@@ -59,7 +59,7 @@ jobs:
snap:
name: Deploy Snap
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: setup
env:
_PKG_VERSION: ${{ needs.setup.outputs.package_version }}
@@ -95,7 +95,7 @@ jobs:
choco:
name: Deploy Choco
runs-on: windows-latest
runs-on: windows-2019
needs: setup
env:
_PKG_VERSION: ${{ needs.setup.outputs.package_version }}
@@ -132,7 +132,7 @@ jobs:
npm:
name: Publish NPM
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4