Skip to content

Commit

Permalink
Actions upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi authored Apr 8, 2024
1 parent 7a9bc05 commit c560880
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Setup Node.js environment
uses: actions/[email protected]

- name: Run install
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: install # will run `yarn install` command

Expand Down

0 comments on commit c560880

Please sign in to comment.