From 975824f637b59237b3da55ecbc76b665c3eb1b1a Mon Sep 17 00:00:00 2001 From: paradajz <2544094+paradajz@users.noreply.github.com> Date: Sun, 15 Oct 2023 08:26:05 +0200 Subject: [PATCH] update github actions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 17eb985..8e0d3ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: name: Deploy configurator - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v2 @@ -18,7 +18,7 @@ jobs: run: | sudo apt-get update sudo apt-get install --no-install-recommends \ - yarn + yarn hub - name: Build and deploy configurator run: | git config --global user.name "webui_bot" @@ -32,7 +32,7 @@ jobs: git push https://github.com/shanteacontrols/OpenDeckUI gh-pages release: name: Create new release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v2