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 7056901 commit 9b8ea9a
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@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
uses: "actions/checkout@v4"

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

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

0 comments on commit 9b8ea9a

Please sign in to comment.