Skip to content

Commit

Permalink
Use stable pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed May 26, 2024
1 parent fd63728 commit 7bcf423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v4.1.6"
uses: "actions/checkout@v4"

- name: "Using Node"
uses: "actions/setup-node@v4.0.2"
uses: "actions/setup-node@v4"

- name: "Install dependencies"
run: "yarn --cwd assets"
Expand Down

0 comments on commit 7bcf423

Please sign in to comment.