Skip to content

Commit

Permalink
Updated deploy-theme.yaml to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Dec 12, 2023
1 parent a4e4e45 commit 3394541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3394541

Please sign in to comment.