Skip to content

Commit 39aadf1

Browse files
committed
chore: run frizbee actions .github/workflows/
Signed-off-by: Rui Chen <[email protected]>
1 parent 6f3ab65 commit 39aadf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1212

13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1414
with:
1515
node-version-file: ".tool-versions"
1616
cache: "npm"

0 commit comments

Comments
 (0)