diff --git a/.github/workflows/deploy-theme.yml b/.github/workflows/deploy-theme.yml index 9f3a9c6f..564a1ece 100644 --- a/.github/workflows/deploy-theme.yml +++ b/.github/workflows/deploy-theme.yml @@ -5,7 +5,7 @@ on: - main jobs: deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: Borales/actions-yarn@v3